Home
last modified time | relevance | path

Searched refs:kcompactd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dcompaction.c1883 * Only allow kcompactd and direct requests for movable pages to in fast_find_migrateblock()
2123 * corresponding kcompactd thread when the node's fragmentation score
2182 * by kswapd when it goes to sleep. kcompactd does not set the in __compact_finished()
3041 static int kcompactd(void *p) in kcompactd() function
3116 * This kcompactd start function will be called by init and node-hot-add. in kcompactd_run()
3117 * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added. in kcompactd_run()
3123 if (pgdat->kcompactd) in kcompactd_run()
3126 pgdat->kcompactd = kthread_run(kcompactd, pgdat, "kcompactd in kcompactd_run()
3136 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; kcompactd_stop() local
[all...]
/openbmc/linux/Documentation/mm/
H A Dphysical_memory.rst313 Page order that kcompactd should try to achieve.
316 The highest zone index to be compacted by kcompactd.
321 ``kcompactd``
322 Per-node instance of kcompactd kernel thread.
/openbmc/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst130 to reclaim pages and wake kcompactd to compact memory so that
138 pages and wake kcompactd to compact memory so that THP is
H A Dconcepts.rst208 Like reclaim, the compaction may happen asynchronously in the ``kcompactd``
/openbmc/linux/include/linux/
H A Dmmzone.h1330 struct task_struct *kcompactd; member