Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dcompaction.c2818 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable()
2845 .highest_zoneidx = pgdat->kcompactd_highest_zoneidx, in kcompactd_do_work()
2905 if (pgdat->kcompactd_highest_zoneidx >= cc.highest_zoneidx) in kcompactd_do_work()
2906 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd_do_work()
2917 if (pgdat->kcompactd_highest_zoneidx > highest_zoneidx) in wakeup_kcompactd()
2918 pgdat->kcompactd_highest_zoneidx = highest_zoneidx; in wakeup_kcompactd()
2954 pgdat->kcompactd_highest_zoneidx = pgdat->nr_zones - 1; in kcompactd()
/linux-6.3-rc2/Documentation/mm/
A Dphysical_memory.rst296 ``kcompactd_highest_zoneidx``
/linux-6.3-rc2/include/linux/
A Dmmzone.h1310 enum zone_type kcompactd_highest_zoneidx; member

Completed in 13 milliseconds