Home
last modified time | relevance | path

Searched refs:kcompactd (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dcompaction.c1978 * Only allow kcompactd and direct requests for movable pages to in fast_find_migrateblock()
2209 * corresponding kcompactd thread when the node's fragmentation score in fragmentation_score_node()
2264 * by kswapd when it goes to sleep. kcompactd does not set the in __compact_finished()
2309 * When defrag_mode is enabled, make kcompactd target in __compact_finished()
2489 bool async, bool kcompactd) in compaction_suit_allocation_order()
2494 if (kcompactd && defrag_mode) in compaction_suit_allocation_order()
3182 static int kcompactd(void *p) in kcompactd()
3251 * This kcompactd start function will be called by init and node-hot-add. in kcompactd_run()
3252 * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added.
3258 if (pgdat->kcompactd) in kcompactd_stop()
2472 compaction_suit_allocation_order(struct zone * zone,unsigned int order,int highest_zoneidx,unsigned int alloc_flags,bool async,bool kcompactd) compaction_suit_allocation_order() argument
3165 static int kcompactd(void *p) kcompactd() function
3259 struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd; kcompactd_stop() local
[all...]
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst86 using NFSD DIRECT, kswapd and kcompactd are no longer commanding CPU
/linux/Documentation/admin-guide/mm/
H A Dconcepts.rst208 Like reclaim, the compaction may happen asynchronously in the ``kcompactd``
H A Dtranshuge.rst178 to reclaim pages and wake kcompactd to compact memory so that
186 pages and wake kcompactd to compact memory so that THP is
/linux/include/linux/
H A Dmmzone.h1536 struct task_struct *kcompactd;
1445 struct task_struct *kcompactd; global() member