Home
last modified time | relevance | path

Searched refs:kswapd (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst86 试图从当前上下文中释放内存,但如果该区域低于低水位,可以唤醒kswapd来回收内存。可
/linux/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dreclaim.rst24 有助於節省內存和減少延遲高峯,這些延遲是由直接回收進程或kswapd的CPU消耗引起的,同時只產
/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dreclaim.rst24 有助于节省内存和减少延迟高峰,这些延迟是由直接回收进程或kswapd的CPU消耗引起的,同时只产
/linux/mm/
H A Dvmscan.c7492 static int kswapd(void *p) in kswapd() function
7691 if (!pgdat->kswapd) { in kswapd_run()
7692 pgdat->kswapd = kthread_create_on_node(kswapd, pgdat, nid, "kswapd%d", nid); in kswapd_run()
7693 if (IS_ERR(pgdat->kswapd)) { in kswapd_run()
7696 nid, pgdat->kswapd); in kswapd_run()
7698 pgdat->kswapd = NULL; in kswapd_run()
7700 wake_up_process(pgdat->kswapd); in kswapd_run()
7713 struct task_struct *kswapd; in kswapd_stop() local
7716 kswapd = pgdat->kswapd; in kswapd_stop()
7717 if (kswapd) { in kswapd_stop()
[all …]
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst9 memory. It directly impacts the kswapd CPU usage and RAM efficiency.
H A Dconcepts.rst185 allocation request will awaken the ``kswapd`` daemon. It will
H A Dtranshuge.rst178 means that an application will wake kswapd in the background
186 other regions will wake kswapd in the background to reclaim
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst86 using NFSD DIRECT, kswapd and kcompactd are no longer commanding CPU
/linux/Documentation/core-api/
H A Dmemory-allocation.rst102 context but can wake kswapd to reclaim memory if the zone is below
/linux/Documentation/mm/
H A Dmultigen_lru.rst9 memory. It directly impacts the kswapd CPU usage and RAM efficiency.
/linux/Documentation/arch/x86/
H A Dsgx.rst163 Similar to the core kswapd, ksgxd, is responsible for managing the
/linux/include/linux/
H A Dmmzone.h1532 struct task_struct *kswapd; /* Protected by kswapd_lock */ member
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst221 unmapped (by kswapd), they may exist as SwapCache in the system until they
266 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1702 Amount of scanned pages by kswapd (in an inactive LRU list)
1714 Amount of reclaimed pages by kswapd
1799 Number of pages demoted by kswapd.
/linux/
H A DCREDITS3472 D: kswapd fixes, random kernel hacker, rmap VM,