Lines Matching refs:highest_zoneidx

2384 				  int highest_zoneidx,  in __compaction_suitable()  argument
2405 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2412 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable() argument
2417 suitable = __compaction_suitable(zone, order, highest_zoneidx, in compaction_suitable()
2466 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2477 if (__compaction_suitable(zone, order, ac->highest_zoneidx, in compaction_zonelist_suitable()
2494 int highest_zoneidx, unsigned int alloc_flags, in compaction_suit_allocation_order() argument
2500 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx, in compaction_suit_allocation_order()
2516 if (!__zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in compaction_suit_allocation_order()
2521 if (!compaction_suitable(zone, order, highest_zoneidx)) in compaction_suit_allocation_order()
2555 cc->highest_zoneidx, in compact_zone()
2767 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2779 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2845 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2860 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
3049 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
3052 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
3060 highest_zoneidx, ALLOC_WMARK_MIN, in kcompactd_node_suitable()
3080 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
3088 cc.highest_zoneidx); in kcompactd_do_work()
3091 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
3144 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3148 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
3156 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3157 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3170 highest_zoneidx); in wakeup_kcompactd()