Lines Matching refs:highest_zoneidx

2299 					cc->highest_zoneidx, cc->alloc_flags,  in __compact_finished()
2358 unsigned long watermark, int highest_zoneidx, in __compaction_suitable() argument
2380 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2388 int highest_zoneidx) in compaction_suitable() argument
2393 suitable = __compaction_suitable(zone, order, watermark, highest_zoneidx, in compaction_suitable()
2443 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2455 ac->highest_zoneidx, available)) in compaction_zonelist_suitable()
2471 int highest_zoneidx, unsigned int alloc_flags, in compaction_suit_allocation_order() argument
2483 if (__zone_watermark_ok(zone, order, watermark, highest_zoneidx, in compaction_suit_allocation_order()
2499 highest_zoneidx, 0, in compaction_suit_allocation_order()
2504 if (!compaction_suitable(zone, order, watermark, highest_zoneidx)) in compaction_suit_allocation_order()
2538 cc->highest_zoneidx, in compact_zone()
2751 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2763 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2829 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2844 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
3033 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
3038 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
3046 highest_zoneidx, alloc_flags, in kcompactd_node_suitable()
3066 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
3075 cc.highest_zoneidx); in kcompactd_do_work()
3078 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
3131 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3135 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
3143 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3144 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3157 highest_zoneidx); in wakeup_kcompactd()