Lines Matching refs:highest_zoneidx

2339 					cc->highest_zoneidx, cc->alloc_flags,  in __compact_finished()
2400 unsigned long watermark, int highest_zoneidx, in __compaction_suitable() argument
2422 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2430 int highest_zoneidx) in compaction_suitable() argument
2435 suitable = __compaction_suitable(zone, order, watermark, highest_zoneidx, in compaction_suitable()
2485 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2497 ac->highest_zoneidx, available)) in compaction_zonelist_suitable()
2513 int highest_zoneidx, unsigned int alloc_flags, in compaction_suit_allocation_order() argument
2525 if (__zone_watermark_ok(zone, order, watermark, highest_zoneidx, in compaction_suit_allocation_order()
2541 highest_zoneidx, 0, in compaction_suit_allocation_order()
2546 if (!compaction_suitable(zone, order, watermark, highest_zoneidx)) in compaction_suit_allocation_order()
2580 cc->highest_zoneidx, in compact_zone()
2793 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2805 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2871 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2886 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
3075 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
3080 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
3088 highest_zoneidx, alloc_flags, in kcompactd_node_suitable()
3108 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
3117 cc.highest_zoneidx); in kcompactd_do_work()
3120 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
3173 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3177 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
3185 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3186 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3199 highest_zoneidx); in wakeup_kcompactd()