Lines Matching refs:highest_zoneidx
2279 int highest_zoneidx,
2289 * isolation. We however do use the direct compactor's highest_zoneidx
2300 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx,
2307 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx)
2312 suitable = __compaction_suitable(zone, order, highest_zoneidx,
2361 ac->highest_zoneidx, ac->nodemask) {
2372 if (__compaction_suitable(zone, order, ac->highest_zoneidx,
2411 cc->highest_zoneidx, cc->alloc_flags))
2416 cc->highest_zoneidx))
2620 unsigned int alloc_flags, int highest_zoneidx,
2632 .highest_zoneidx = highest_zoneidx,
2703 ac->highest_zoneidx, ac->nodemask) {
2713 alloc_flags, ac->highest_zoneidx, capture);
2915 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx;
2917 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) {
2926 highest_zoneidx, 0))
2930 highest_zoneidx))
2948 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx,
2954 cc.highest_zoneidx);
2957 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) {
3007 * the requested order/highest_zoneidx in case it was higher/tighter
3012 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx)
3016 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx)
3024 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx)
3025 pgdat->kcompactd_highest_zoneidx = highest_zoneidx;
3038 highest_zoneidx);