Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dgfp.h199 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/
Dmain.c81 filled = alloc_pages_bulk_array(GFP_KERNEL, to_fill, page_list); in mlx5vf_add_migration_pages()
Dcmd.c954 filled = alloc_pages_bulk_array(GFP_KERNEL, npages - done, in alloc_recv_pages()
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
/linux-6.1.9/net/sunrpc/
Dsvc_xprt.c683 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
/linux-6.1.9/fs/xfs/
Dxfs_buf.c392 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
/linux-6.1.9/fs/btrfs/
Dextent_io.c1326 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()