Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dpage_alloc.c1621 nodemask_t *allowednodes; /* zonelist_cache approximation */ in zlc_setup() local
1632 allowednodes = !in_interrupt() && (alloc_flags & ALLOC_CPUSET) ? in zlc_setup()
1635 return allowednodes; in zlc_setup()
1661 nodemask_t *allowednodes) in zlc_zone_worth_trying() argument
1675 return node_isset(n, *allowednodes) && !test_bit(i, zlc->fullzones); in zlc_zone_worth_trying()
1720 nodemask_t *allowednodes) in zlc_zone_worth_trying() argument
1747 nodemask_t *allowednodes = NULL;/* zonelist_cache approximation */ in get_page_from_freelist() local
1760 !zlc_zone_worth_trying(zonelist, z, allowednodes)) in get_page_from_freelist()
1811 allowednodes = zlc_setup(zonelist, alloc_flags); in get_page_from_freelist()
1824 !zlc_zone_worth_trying(zonelist, z, allowednodes)) in get_page_from_freelist()