Lines Matching refs:highest_zoneidx
2381 int highest_zoneidx, in __compaction_suitable() argument
2402 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2409 bool compaction_suitable(struct zone *zone, int order, int highest_zoneidx) in compaction_suitable() argument
2414 suitable = __compaction_suitable(zone, order, highest_zoneidx, in compaction_suitable()
2463 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2474 if (__compaction_suitable(zone, order, ac->highest_zoneidx, in compaction_zonelist_suitable()
2491 int highest_zoneidx, unsigned int alloc_flags) in compaction_suit_allocation_order() argument
2496 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx, in compaction_suit_allocation_order()
2500 if (!compaction_suitable(zone, order, highest_zoneidx)) in compaction_suit_allocation_order()
2534 cc->highest_zoneidx, in compact_zone()
2745 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2757 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2823 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2838 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
3027 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
3030 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
3038 highest_zoneidx, ALLOC_WMARK_MIN); in kcompactd_node_suitable()
3057 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
3065 cc.highest_zoneidx); in kcompactd_do_work()
3068 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
3120 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3124 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
3132 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3133 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3146 highest_zoneidx); in wakeup_kcompactd()