Searched refs:kcompactd (Results 1 – 5 of 5) sorted by relevance
2472 bool async, bool kcompactd) in compaction_suit_allocation_order() argument2477 if (kcompactd && defrag_mode) in compaction_suit_allocation_order()3165 static int kcompactd(void *p) in kcompactd() function3241 if (pgdat->kcompactd) in kcompactd_run()3244 pgdat->kcompactd = kthread_create_on_node(kcompactd, pgdat, nid, "kcompactd%d", nid); in kcompactd_run()3245 if (IS_ERR(pgdat->kcompactd)) { in kcompactd_run()3247 pgdat->kcompactd = NULL; in kcompactd_run()3249 wake_up_process(pgdat->kcompactd); in kcompactd_run()3259 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; in kcompactd_stop() local3261 if (kcompactd) { in kcompactd_stop()[all …]
86 using NFSD DIRECT, kswapd and kcompactd are no longer commanding CPU
208 Like reclaim, the compaction may happen asynchronously in the ``kcompactd``
178 to reclaim pages and wake kcompactd to compact memory so that186 pages and wake kcompactd to compact memory so that THP is
1445 struct task_struct *kcompactd; member