Searched refs:alloc_pages_bulk_array (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | gfp.h | 199 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 D | test_vmalloc.c | 376 nr_allocated = alloc_pages_bulk_array(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
|
H A D | kunit_iov_iter.c | 59 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm_bo.c | 638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 669 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 81 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages()
|
H A D | cmd.c | 1215 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
|
/openbmc/linux/fs/ |
H A D | splice.c | 344 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in copy_splice_read()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 391 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 688 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()
|