Home
last modified time | relevance | path

Searched refs:alloc_pages_bulk_array (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dgfp.h199 alloc_pages_bulk_array(gfp_t gfp, unsigned long nr_pages, struct page **page_array) in alloc_pages_bulk_array() function
/openbmc/linux/lib/
H A Dtest_vmalloc.c376 nr_allocated = alloc_pages_bulk_array(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
H A Dkunit_iov_iter.c59 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c669 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dmain.c81 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages()
H A Dcmd.c1215 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
/openbmc/linux/fs/
H A Dsplice.c344 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in copy_splice_read()
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c391 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
/openbmc/linux/fs/btrfs/
H A Dextent_io.c688 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()