Lines Matching refs:highest_zoneidx
2082 int highest_zoneidx, in __compaction_suitable() argument
2095 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx, in __compaction_suitable()
2116 if (!__zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2125 int highest_zoneidx) in compaction_suitable() argument
2130 ret = __compaction_suitable(zone, order, alloc_flags, highest_zoneidx, in compaction_suitable()
2172 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2185 ac->highest_zoneidx, available); in compaction_zonelist_suitable()
2216 cc->highest_zoneidx); in compact_zone()
2407 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2419 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2487 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2497 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
2674 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
2676 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
2683 highest_zoneidx) == COMPACT_CONTINUE) in kcompactd_node_suitable()
2701 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2707 cc.highest_zoneidx); in kcompactd_do_work()
2710 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
2764 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2768 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
2776 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2777 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2790 highest_zoneidx); in wakeup_kcompactd()