Home
last modified time | relevance | path

Searched refs:allowednodes (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/mm/
Dpage_alloc.c1957 nodemask_t *allowednodes; /* zonelist_cache approximation */ in zlc_setup() local
1968 allowednodes = !in_interrupt() && (alloc_flags & ALLOC_CPUSET) ? in zlc_setup()
1971 return allowednodes; in zlc_setup()
1997 nodemask_t *allowednodes) in zlc_zone_worth_trying() argument
2011 return node_isset(n, *allowednodes) && !test_bit(i, zlc->fullzones); in zlc_zone_worth_trying()
2067 nodemask_t *allowednodes) in zlc_zone_worth_trying() argument
2116 nodemask_t *allowednodes = NULL;/* zonelist_cache approximation */ in get_page_from_freelist() local
2136 !zlc_zone_worth_trying(zonelist, z, allowednodes)) in get_page_from_freelist()
2202 allowednodes = zlc_setup(zonelist, alloc_flags); in get_page_from_freelist()
2216 !zlc_zone_worth_trying(zonelist, z, allowednodes)) in get_page_from_freelist()