• Home
  • Raw
  • Download

Lines Matching refs:highest_zoneidx

2232 					int highest_zoneidx,  in __compaction_suitable()  argument
2245 if (zone_watermark_ok(zone, order, watermark, highest_zoneidx, in __compaction_suitable()
2266 if (!__zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable()
2282 int highest_zoneidx) in compaction_suitable() argument
2287 ret = __compaction_suitable(zone, order, alloc_flags, highest_zoneidx, in compaction_suitable()
2329 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2342 ac->highest_zoneidx, available); in compaction_zonelist_suitable()
2377 cc->highest_zoneidx); in compact_zone()
2570 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2582 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2658 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2668 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
2867 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local
2869 for (zoneid = 0; zoneid <= highest_zoneidx; zoneid++) { in kcompactd_node_suitable()
2876 highest_zoneidx) == COMPACT_CONTINUE) in kcompactd_node_suitable()
2894 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2900 cc.highest_zoneidx); in kcompactd_do_work()
2903 for (zoneid = 0; zoneid <= cc.highest_zoneidx; zoneid++) { in kcompactd_do_work()
2957 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2961 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd() argument
2969 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2970 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2983 highest_zoneidx); in wakeup_kcompactd()