Searched refs:kswapd (Results 1 – 15 of 15) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 86 试图从当前上下文中释放内存,但如果该区域低于低水位,可以唤醒kswapd来回收内存。可
|
| /linux/Documentation/translations/zh_TW/admin-guide/mm/damon/ |
| H A D | reclaim.rst | 24 有助於節省內存和減少延遲高峯,這些延遲是由直接回收進程或kswapd的CPU消耗引起的,同時只產
|
| /linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
| H A D | reclaim.rst | 24 有助于节省内存和减少延迟高峰,这些延迟是由直接回收进程或kswapd的CPU消耗引起的,同时只产
|
| /linux/mm/ |
| H A D | vmscan.c | 7492 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 D | multigen_lru.rst | 9 memory. It directly impacts the kswapd CPU usage and RAM efficiency.
|
| H A D | concepts.rst | 185 allocation request will awaken the ``kswapd`` daemon. It will
|
| H A D | transhuge.rst | 178 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 D | nfsd-io-modes.rst | 86 using NFSD DIRECT, kswapd and kcompactd are no longer commanding CPU
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 102 context but can wake kswapd to reclaim memory if the zone is below
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 9 memory. It directly impacts the kswapd CPU usage and RAM efficiency.
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 163 Similar to the core kswapd, ksgxd, is responsible for managing the
|
| /linux/include/linux/ |
| H A D | mmzone.h | 1532 struct task_struct *kswapd; /* Protected by kswapd_lock */ member
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 221 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 D | cgroup-v2.rst | 1702 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 D | CREDITS | 3472 D: kswapd fixes, random kernel hacker, rmap VM,
|