Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c2739 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
2766 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2829 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2830 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
2841 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2842 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2877 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h784 enum zone_type kcompactd_highest_zoneidx; member