Searched refs:alloc_pages_bulk_noprof (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | gfp.h | 237 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, 240 #define __alloc_pages_bulk(...) alloc_hooks(alloc_pages_bulk_noprof(__VA_ARGS__)) 259 return alloc_pages_bulk_noprof(gfp, nid, NULL, nr_pages, page_array); in alloc_pages_bulk_node_noprof()
|
| /linux/mm/ |
| H A D | mempolicy.c | 2612 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_interleave() 2618 nr_allocated = alloc_pages_bulk_noprof(gfp, in alloc_pages_bulk_interleave() 2758 nr_allocated = alloc_pages_bulk_noprof(preferred_gfp, nid, &pol->nodes, in alloc_pages_bulk_preferred_many() 2762 nr_allocated += alloc_pages_bulk_noprof(gfp, numa_node_id(), NULL, in alloc_pages_bulk_preferred_many() 2798 return alloc_pages_bulk_noprof(gfp, nid, nodemask, in alloc_pages_bulk_mempolicy_noprof()
|
| H A D | page_alloc.c | 5037 unsigned long alloc_pages_bulk_noprof(gfp_t gfp, int preferred_nid, in alloc_pages_bulk_noprof() function 5180 EXPORT_SYMBOL_GPL(alloc_pages_bulk_noprof);
|