Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dcompaction.c2674 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
2701 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2764 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2765 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
2776 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2777 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2812 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/Linux-v5.10/include/linux/
Dmmzone.h779 enum zone_type kcompactd_highest_zoneidx; member