Searched refs:alloc_pages_bulk_array (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/ |
| A D | test_vmalloc.c | 376 nr_allocated = alloc_pages_bulk_array(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
|
| A D | kunit_iov_iter.c | 60 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
|
| /linux/include/linux/ |
| A D | gfp.h | 229 #define alloc_pages_bulk_array(_gfp, _nr_pages, _page_array) \ macro
|
| /linux/fs/erofs/ |
| A D | zutil.c | 90 j = alloc_pages_bulk_array(GFP_KERNEL, nrpages, in z_erofs_gbuf_growsize()
|
| /linux/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/drivers/vfio/pci/mlx5/ |
| A D | cmd.c | 433 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, to_fill, in mlx5vf_add_migration_pages() 1360 filled = alloc_pages_bulk_array(GFP_KERNEL_ACCOUNT, in alloc_recv_pages()
|
| /linux/net/sunrpc/ |
| A D | svc_xprt.c | 674 ret = alloc_pages_bulk_array(GFP_KERNEL, pages, in svc_alloc_arg()
|
| /linux/fs/ |
| A D | splice.c | 345 npages = alloc_pages_bulk_array(GFP_USER, npages, pages); in copy_splice_read()
|
| /linux/fs/xfs/ |
| A D | xfs_buf.c | 398 filled = alloc_pages_bulk_array(gfp_mask, bp->b_page_count, in xfs_buf_alloc_pages()
|
| /linux/fs/btrfs/ |
| A D | extent_io.c | 635 allocated = alloc_pages_bulk_array(gfp, nr_pages, page_array); in btrfs_alloc_page_array()
|
Completed in 66 milliseconds