Searched refs:alloc_pages_bulk_noprof (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
D | gfp.h | 213 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, 217 #define __alloc_pages_bulk(...) alloc_hooks(alloc_pages_bulk_noprof(__VA_ARGS__)) 239 return alloc_pages_bulk_noprof(gfp, nid, NULL, nr_pages, NULL, page_array); in alloc_pages_bulk_array_node_noprof()
|
/linux-6.12.1/mm/ |
D | mempolicy.c | 2373 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_array_interleave() 2379 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_array_interleave() 2516 nr_allocated = alloc_pages_bulk_noprof(preferred_gfp, nid, &pol->nodes, in alloc_pages_bulk_array_preferred_many() 2520 nr_allocated += alloc_pages_bulk_noprof(gfp, numa_node_id(), NULL, in alloc_pages_bulk_array_preferred_many() 2556 return alloc_pages_bulk_noprof(gfp, nid, nodemask, in alloc_pages_bulk_array_mempolicy_noprof()
|
D | page_alloc.c | 4551 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, in alloc_pages_bulk_noprof() function 4710 EXPORT_SYMBOL_GPL(alloc_pages_bulk_noprof);
|