Home
last modified time | relevance | path

Searched refs:kcompactd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dcompaction.c1686 * Only allow kcompactd and direct requests for movable pages to in fast_find_migrateblock()
1905 * corresponding kcompactd thread when the node's fragmentation score
1962 * by kswapd when it goes to sleep. kcompactd does not set the in __compact_finished()
2796 static int kcompactd(void *p) in kcompactd() function
2826 /* kcompactd wait timeout */ in kcompactd()
2850 * This kcompactd start function will be called by init and node-hot-add.
2851 * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added.
2858 if (pgdat->kcompactd) in kcompactd_run()
2861 pgdat->kcompactd = kthread_run(kcompactd, pgda in kcompactd_run()
2876 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; kcompactd_stop() local
[all...]
/kernel/linux/linux-6.6/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()
3046 static int kcompactd(void *p) in kcompactd() function
3118 * This kcompactd start function will be called by init and node-hot-add.
3119 * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added.
3125 if (pgdat->kcompactd) in kcompactd_run()
3128 pgdat->kcompactd = kthread_run(kcompactd, pgdat, "kcompactd in kcompactd_run()
3141 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; kcompactd_stop() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmmzone.h798 struct task_struct *kcompactd; member
/kernel/linux/linux-6.6/include/linux/
H A Dmmzone.h1363 struct task_struct *kcompactd; member

Completed in 22 milliseconds