Searched refs:alloc_pages_bulk_noprof (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | gfp.h | 232 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, 235 #define __alloc_pages_bulk(...) alloc_hooks(alloc_pages_bulk_noprof(__VA_ARGS__)) 254 return alloc_pages_bulk_noprof(gfp, nid, NULL, nr_pages, page_array); in alloc_pages_bulk_node_noprof()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 2423 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_interleave() 2429 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_interleave() 2566 nr_allocated = alloc_pages_bulk_noprof(preferred_gfp, nid, &pol->nodes, in alloc_pages_bulk_preferred_many() 2570 nr_allocated += alloc_pages_bulk_noprof(gfp, numa_node_id(), NULL, in alloc_pages_bulk_preferred_many() 2606 return alloc_pages_bulk_noprof(gfp, nid, nodemask, in alloc_pages_bulk_mempolicy_noprof()
|
| H A D | page_alloc.c | 4784 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, in alloc_pages_bulk_noprof() function 4933 EXPORT_SYMBOL_GPL(alloc_pages_bulk_noprof);
|