Home
last modified time | relevance | path

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

/linux/mm/
A Dcompaction.c3027 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
3057 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
3120 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
3121 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
3132 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
3133 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
3169 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/linux/include/linux/
A Dmmzone.h1360 enum zone_type kcompactd_highest_zoneidx; member
/linux/Documentation/mm/
A Dphysical_memory.rst315 ``kcompactd_highest_zoneidx``

Completed in 17 milliseconds