Searched refs:kcompactd (Results 1 – 6 of 6) sorted by relevance
298 kcompactd应尝试实现的页面order。301 kcompactd可以压缩的最高区域索引。306 ``kcompactd``307 每个节点的kcompactd内核线程实例。
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 …]
315 Page order that kcompactd should try to achieve.318 The highest zone index to be compacted by kcompactd.323 ``kcompactd``324 Per-node instance of kcompactd kernel thread.
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
1449 struct task_struct *kcompactd; member