Lines Matching refs:highest_zoneidx
2080 int highest_zoneidx,
2093 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx,
2103 * isolation. We however do use the direct compactor's highest_zoneidx
2114 if (!__zone_watermark_ok(zone, 0, watermark, highest_zoneidx,
2123 int highest_zoneidx)
2128 ret = __compaction_suitable(zone, order, alloc_flags, highest_zoneidx,
2170 ac->highest_zoneidx, ac->nodemask) {
2183 ac->highest_zoneidx, available);
2214 cc->highest_zoneidx);
2405 unsigned int alloc_flags, int highest_zoneidx,
2417 .highest_zoneidx = highest_zoneidx,
2485 ac->highest_zoneidx, ac->nodemask) {
2495 alloc_flags, ac->highest_zoneidx, capture);
2672 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx;
2674 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) {
2681 highest_zoneidx) == COMPACT_CONTINUE)
2699 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx,
2705 cc.highest_zoneidx);
2708 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) {
2757 * the requested order/highest_zoneidx in case it was higher/tighter
2762 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx)
2766 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx)
2774 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx)
2775 pgdat->kcompactd_highest_zoneidx = highest_zoneidx;
2788 highest_zoneidx);