Searched refs:high_zoneidx (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/mm/ |
D | oom_kill.c | 204 enum zone_type high_zoneidx = gfp_zone(gfp_mask); in constrained_alloc() local 235 high_zoneidx, nodemask) in constrained_alloc()
|
D | internal.h | 131 enum zone_type high_zoneidx; member
|
D | page_alloc.c | 2131 for_each_zone_zonelist_nodemask(zone, z, zonelist, ac->high_zoneidx, in get_page_from_freelist() 2431 if (ac->high_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom() 2615 ac->high_zoneidx, ac->nodemask) in wake_all_kswapds() 2723 ac->high_zoneidx, NULL, &ac->preferred_zone); in __alloc_pages_slowpath() 2878 .high_zoneidx = gfp_zone(gfp_mask), in __alloc_pages_nodemask() 2909 preferred_zoneref = first_zones_zonelist(ac.zonelist, ac.high_zoneidx, in __alloc_pages_nodemask()
|
D | compaction.c | 1499 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in try_to_compact_pages()
|
D | slab.c | 3017 enum zone_type high_zoneidx = gfp_zone(flags); in fallback_alloc() local 3036 for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { in fallback_alloc()
|
D | slub.c | 1672 enum zone_type high_zoneidx = gfp_zone(flags); in get_any_partial() local 1701 for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { in get_any_partial()
|