Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzutil.c90 j = alloc_pages_bulk(GFP_KERNEL, nrpages, in z_erofs_gbuf_growsize()
/linux/drivers/firewire/
H A Dcore-iso.c42 unsigned long nr_populated = alloc_pages_bulk(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO, in fw_iso_buffer_alloc()
H A Dohci.c863 unsigned long nr_populated = alloc_pages_bulk(GFP_KERNEL | GFP_DMA32, AR_BUFFERS, pages); in ar_context_init()
/linux/include/linux/
H A Dgfp.h249 #define alloc_pages_bulk(_gfp, _nr_pages, _page_array) \ macro
/linux/lib/
H A Dtest_vmalloc.c403 nr_allocated = alloc_pages_bulk(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
/linux/mm/kasan/
H A Dshadow.c345 nr_populated = alloc_pages_bulk(gfp_mask, nr_pages, pages); in ___alloc_pages_bulk()
/linux/block/
H A Dblk-crypto-fallback.c209 nr_allocated = alloc_pages_bulk(GFP_KERNEL, nr_segs, pages); in blk_crypto_alloc_enc_bio()
/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c626 ret = alloc_pages_bulk(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
/linux/net/sunrpc/
H A Dsvc_xprt.c660 ret = alloc_pages_bulk(GFP_KERNEL, pages, rqstp->rq_pages); in svc_alloc_arg()
/linux/drivers/vfio/pci/virtio/
H A Dmigrate.c79 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, to_fill, in virtiovf_add_migration_pages()
/linux/lib/tests/
H A Dkunit_iov_iter.c60 got = alloc_pages_bulk(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
/linux/fs/
H A Dsplice.c342 npages = alloc_pages_bulk(GFP_USER, npages, pages); in copy_splice_read()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c500 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, npages - done, in mlx5vf_add_pages()
/linux/fs/btrfs/
H A Dextent_io.c681 allocated = alloc_pages_bulk(gfp, nr_pages, page_array); in btrfs_alloc_page_array()