Searched refs:allowednodes (Results 1 – 1 of 1) sorted by relevance
1957 nodemask_t *allowednodes; /* zonelist_cache approximation */ in zlc_setup() local1968 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() argument2011 return node_isset(n, *allowednodes) && !test_bit(i, zlc->fullzones); in zlc_zone_worth_trying()2067 nodemask_t *allowednodes) in zlc_zone_worth_trying() argument2116 nodemask_t *allowednodes = NULL;/* zonelist_cache approximation */ in get_page_from_freelist() local2136 !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()