Lines Matching refs:highest_zoneidx

2279 				  int highest_zoneidx,  in __compaction_suitable()  argument
2300 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2307 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable() argument
2312 suitable = __compaction_suitable(zone, order, highest_zoneidx, in compaction_suitable()
2361 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2372 if (__compaction_suitable(zone, order, ac->highest_zoneidx, in compaction_zonelist_suitable()
2411 cc->highest_zoneidx, cc->alloc_flags)) in compact_zone()
2416 cc->highest_zoneidx)) in compact_zone()
2620 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2632 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2703 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2713 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
2915 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
2917 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
2926 highest_zoneidx, 0)) in kcompactd_node_suitable()
2930 highest_zoneidx)) in kcompactd_node_suitable()
2948 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2954 cc.highest_zoneidx); in kcompactd_do_work()
2957 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
3012 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3016 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
3024 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3025 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3038 highest_zoneidx); in wakeup_kcompactd()