Lines Matching refs:highest_zoneidx

2178 					int highest_zoneidx,  in __compaction_suitable()  argument
2191 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx, in __compaction_suitable()
2212 if (!__zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2228 int highest_zoneidx) in compaction_suitable() argument
2233 ret = __compaction_suitable(zone, order, alloc_flags, highest_zoneidx, in compaction_suitable()
2275 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2288 ac->highest_zoneidx, available); in compaction_zonelist_suitable()
2320 cc->highest_zoneidx); in compact_zone()
2508 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2520 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2596 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2606 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
2805 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
2807 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
2814 highest_zoneidx) == COMPACT_CONTINUE) in kcompactd_node_suitable()
2832 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2838 cc.highest_zoneidx); in kcompactd_do_work()
2841 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
2895 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2899 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
2907 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2908 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2921 highest_zoneidx); in wakeup_kcompactd()