Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/lib/
Dtest_vmalloc.c376 nr_allocated = alloc_pages_bulk_array(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
Dkunit_iov_iter.c59 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
/linux-6.6.21/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.6.21/drivers/vfio/pci/mlx5/
Dmain.c81 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages()
Dcmd.c1215 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
/linux-6.6.21/net/sunrpc/
Dsvc_xprt.c669 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
/linux-6.6.21/fs/xfs/
Dxfs_buf.c391 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
/linux-6.6.21/fs/
Dsplice.c344 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in copy_splice_read()
/linux-6.6.21/fs/btrfs/
Dextent_io.c688 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()