Searched refs:alloc_pages_bulk_array (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/ |
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
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hmm/ |
A D | hmm_bo.c | 638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
|
/linux-6.3-rc2/drivers/vfio/pci/mlx5/ |
A D | main.c | 81 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages()
|
A D | cmd.c | 1261 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svc_xprt.c | 681 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
|
/linux-6.3-rc2/fs/ |
A D | splice.c | 313 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in direct_splice_read()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_buf.c | 392 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | extent_io.c | 852 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()
|
Completed in 26 milliseconds