Searched refs:alloc_pages_bulk_array (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/ |
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.1.9/drivers/vfio/pci/mlx5/ |
D | main.c | 81 filled = alloc_pages_bulk_array(GFP_KERNEL, to_fill, page_list); in mlx5vf_add_migration_pages()
|
D | cmd.c | 954 filled = alloc_pages_bulk_array(GFP_KERNEL, npages - done, in alloc_recv_pages()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm_bo.c | 638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
|
/linux-6.1.9/net/sunrpc/ |
D | svc_xprt.c | 683 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_buf.c | 392 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
|
/linux-6.1.9/fs/btrfs/ |
D | extent_io.c | 1326 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()
|