Searched refs:high_zoneidx (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | oom_kill.c | 236 enum zone_type high_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local 276 high_zoneidx, oc->nodemask) in constrained_alloc()
|
D | page_alloc.c | 2095 for_each_zone_zonelist_nodemask(zone, z, zonelist, ac->high_zoneidx, in unreserve_highatomic_pageblock() 2916 for_next_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in get_page_from_freelist() 3104 if (ac->high_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom() 3285 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in should_compact_retry() 3362 ac->high_zoneidx, ac->nodemask) { in wake_all_kswapds() 3364 wakeup_kswapd(zone, order, ac->high_zoneidx); in wake_all_kswapds() 3466 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in should_reclaim_retry() 3568 ac->high_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 3647 ac->high_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 3778 .high_zoneidx = gfp_zone(gfp_mask), in __alloc_pages_nodemask() [all …]
|
D | internal.h | 116 enum zone_type high_zoneidx; member
|
D | compaction.c | 1449 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in compaction_zonelist_suitable() 1693 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, in try_to_compact_pages()
|
D | slab.c | 3196 enum zone_type high_zoneidx = gfp_zone(flags); in fallback_alloc() local 3214 for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { in fallback_alloc()
|
D | slub.c | 1847 enum zone_type high_zoneidx = gfp_zone(flags); in get_any_partial() local 1876 for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { in get_any_partial()
|