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

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

Completed in 108 milliseconds