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

/linux-master/mm/
H A Dcompaction.c2017 * Only allow kcompactd and direct requests for movable pages to
2248 * corresponding kcompactd thread when the node's fragmentation score
2307 * by kswapd when it goes to sleep. kcompactd does not set the
3172 static int kcompactd(void *p) function
3244 * This kcompactd start function will be called by init and node-hot-add.
3245 * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added.
3251 if (pgdat->kcompactd)
3254 pgdat->kcompactd = kthread_run(kcompactd, pgdat, "kcompactd
3267 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; local
[all...]
/linux-master/include/linux/
H A Dmmzone.h1342 struct task_struct *kcompactd; member in struct:pglist_data

Completed in 144 milliseconds