Home
last modified time | relevance | path

Searched refs:kcompactd_highest_zoneidx (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
A Dcompaction.c2785 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
2812 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2875 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2876 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
2887 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2888 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2924 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/linux/include/linux/
A Dmmzone.h869 enum zone_type kcompactd_highest_zoneidx; member

Completed in 11 milliseconds