Searched refs:kcompactd (Results 1 – 5 of 5) sorted by relevance
1883 * Only allow kcompactd and direct requests for movable pages to in fast_find_migrateblock() 2123 * corresponding kcompactd thread when the node's fragmentation score2182 * 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...]
313 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.
130 to reclaim pages and wake kcompactd to compact memory so that138 pages and wake kcompactd to compact memory so that THP is
208 Like reclaim, the compaction may happen asynchronously in the ``kcompactd``
1330 struct task_struct *kcompactd; member