Searched refs:__alloc_pages_bulk (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | gfp.h | 529 unsigned long __alloc_pages_bulk(gfp_t gfp, int preferred_nid, 542 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, list, NULL); in alloc_pages_bulk_list() 548 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, NULL, page_array); in alloc_pages_bulk_array() 557 return __alloc_pages_bulk(gfp, nid, NULL, nr_pages, NULL, page_array); in alloc_pages_bulk_array_node()
|
| /linux/mm/ |
| A D | mempolicy.c | 2225 nr_allocated = __alloc_pages_bulk(gfp, in alloc_pages_bulk_array_interleave() 2231 nr_allocated = __alloc_pages_bulk(gfp, in alloc_pages_bulk_array_interleave() 2253 nr_allocated = __alloc_pages_bulk(preferred_gfp, nid, &pol->nodes, in alloc_pages_bulk_array_preferred_many() 2257 nr_allocated += __alloc_pages_bulk(gfp, numa_node_id(), NULL, in alloc_pages_bulk_array_preferred_many() 2285 return __alloc_pages_bulk(gfp, policy_node(gfp, pol, numa_node_id()), in alloc_pages_bulk_array_mempolicy()
|
| A D | page_alloc.c | 5185 unsigned long __alloc_pages_bulk(gfp_t gfp, int preferred_nid, in __alloc_pages_bulk() function 5326 EXPORT_SYMBOL_GPL(__alloc_pages_bulk);
|
| /linux/ |
| A D | vmlinux.symvers | 9756 0x00000000 __alloc_pages_bulk vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 7411 ffff8000101edf10 T __alloc_pages_bulk
|
| A D | .tmp_System.map | 7411 ffff8000101edf10 T __alloc_pages_bulk
|
Completed in 1055 milliseconds