Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c638 ret = alloc_pages_bulk_array(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
/Linux-v6.6/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-v6.6/fs/xfs/
Dxfs_buf.c391 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
/Linux-v6.6/fs/
Dsplice.c344 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in copy_splice_read()
/Linux-v6.6/fs/btrfs/
Dextent_io.c688 allocated = alloc_pages_bulk_array(GFP_NOFS, nr_pages, page_array); in btrfs_alloc_page_array()