Searched refs:allowednodes (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
H A D | page_alloc.c | 1957 nodemask_t *allowednodes; /* zonelist_cache approximation */ zlc_setup() local 1968 allowednodes = !in_interrupt() && (alloc_flags & ALLOC_CPUSET) ? zlc_setup() 1971 return allowednodes; zlc_setup() 1980 * z_to_n[] mapping) is allowed in the passed in allowednodes mask. 1997 nodemask_t *allowednodes) zlc_zone_worth_trying() 2011 return node_isset(n, *allowednodes) && !test_bit(i, zlc->fullzones); zlc_zone_worth_trying() 2067 nodemask_t *allowednodes) zlc_zone_worth_trying() 2116 nodemask_t *allowednodes = NULL;/* zonelist_cache approximation */ get_page_from_freelist() local 2136 !zlc_zone_worth_trying(zonelist, z, allowednodes)) get_page_from_freelist() 2202 allowednodes = zlc_setup(zonelist, alloc_flags); get_page_from_freelist() 2216 !zlc_zone_worth_trying(zonelist, z, allowednodes)) get_page_from_freelist() 1996 zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, nodemask_t *allowednodes) zlc_zone_worth_trying() argument 2066 zlc_zone_worth_trying(struct zonelist *zonelist, struct zoneref *z, nodemask_t *allowednodes) zlc_zone_worth_trying() argument
|
Completed in 116 milliseconds