Searched refs:alloc_pages_bulk (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/erofs/ |
| H A D | zutil.c | 90 j = alloc_pages_bulk(GFP_KERNEL, nrpages, in z_erofs_gbuf_growsize()
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 42 unsigned long nr_populated = alloc_pages_bulk(GFP_KERNEL | GFP_DMA32 | __GFP_ZERO, in fw_iso_buffer_alloc()
|
| H A D | ohci.c | 863 unsigned long nr_populated = alloc_pages_bulk(GFP_KERNEL | GFP_DMA32, AR_BUFFERS, pages); in ar_context_init()
|
| /linux/include/linux/ |
| H A D | gfp.h | 249 #define alloc_pages_bulk(_gfp, _nr_pages, _page_array) \ macro
|
| /linux/lib/ |
| H A D | test_vmalloc.c | 403 nr_allocated = alloc_pages_bulk(GFP_KERNEL, map_nr_pages, pages); in vm_map_ram_test()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 345 nr_populated = alloc_pages_bulk(gfp_mask, nr_pages, pages); in ___alloc_pages_bulk()
|
| /linux/block/ |
| H A D | blk-crypto-fallback.c | 209 nr_allocated = alloc_pages_bulk(GFP_KERNEL, nr_segs, pages); in blk_crypto_alloc_enc_bio()
|
| /linux/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm_bo.c | 626 ret = alloc_pages_bulk(gfp, bo->pgnr, bo->pages); in alloc_private_pages()
|
| /linux/net/sunrpc/ |
| H A D | svc_xprt.c | 660 ret = alloc_pages_bulk(GFP_KERNEL, pages, rqstp->rq_pages); in svc_alloc_arg()
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | migrate.c | 79 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, to_fill, in virtiovf_add_migration_pages()
|
| /linux/lib/tests/ |
| H A D | kunit_iov_iter.c | 60 got = alloc_pages_bulk(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
|
| /linux/fs/ |
| H A D | splice.c | 342 npages = alloc_pages_bulk(GFP_USER, npages, pages); in copy_splice_read()
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.c | 500 filled = alloc_pages_bulk(GFP_KERNEL_ACCOUNT, npages - done, in mlx5vf_add_pages()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 681 allocated = alloc_pages_bulk(gfp, nr_pages, page_array); in btrfs_alloc_page_array()
|