Home
last modified time | relevance | path

Searched refs:alloc_pages_bulk (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/erofs/
H A Dzutil.c90 j = alloc_pages_bulk(GFP_KERNEL, nrpages, in z_erofs_gbuf_growsize()
/linux-6.15/lib/
H A Dtest_vmalloc.c376 nr_allocated = alloc_pages_bulk(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
/linux-6.15/include/linux/
H A Dgfp.h244 #define alloc_pages_bulk(_gfp, _nr_pages, _page_array) \ macro
/linux-6.15/mm/kasan/
H A Dshadow.c344 nr_populated = alloc_pages_bulk(GFP_KERNEL, nr_pages, pages); in ___alloc_pages_bulk()
/linux-6.15/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c627 ret = alloc_pages_bulk(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
/linux-6.15/drivers/vfio/pci/mlx5/
H A Dcmd.c434 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages()
1364 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c667 ret = alloc_pages_bulk(GFP_KERNEL, pages, rqstp->rq_pages); in svc_alloc_arg()
/linux-6.15/drivers/vfio/pci/virtio/
H A Dmigrate.c80 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, to_fill, in virtiovf_add_migration_pages()
/linux-6.15/lib/tests/
H A Dkunit_iov_iter.c60 got = alloc_pages_bulk(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
/linux-6.15/fs/
H A Dsplice.c343 npages = alloc_pages_bulk(GFP_USER, npages, pages); in copy_splice_read()
/linux-6.15/fs/btrfs/
H A Dextent_io.c631 allocated = alloc_pages_bulk(gfp, nr_pages, page_array); in btrfs_alloc_page_array()