Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dcompaction.c2798 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
2825 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2888 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2889 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
2900 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2901 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2937 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/linux-6.1.9/include/linux/
Dmmzone.h1159 enum zone_type kcompactd_highest_zoneidx; member