Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Dbalance11 the caller may also wish to avoid waking kswapd.
60 problems: first, kswapd is woken up as in 2.2 on low memory conditions
68 kswapd also needs to know about the zones it should balance. kswapd is
71 and all process contexts are sleeping. For 2.3, kswapd does not really
73 highmem pages. kswapd looks at the zone_wake_kswapd field in the zone
86 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
/linux-4.4.14/mm/
Dvmscan.c3412 static int kswapd(void *p) in kswapd() function
3592 set_cpus_allowed_ptr(pgdat->kswapd, mask); in cpu_callback()
3607 if (pgdat->kswapd) in kswapd_run()
3610 pgdat->kswapd = kthread_run(kswapd, pgdat, "kswapd%d", nid); in kswapd_run()
3611 if (IS_ERR(pgdat->kswapd)) { in kswapd_run()
3615 ret = PTR_ERR(pgdat->kswapd); in kswapd_run()
3616 pgdat->kswapd = NULL; in kswapd_run()
3627 struct task_struct *kswapd = NODE_DATA(nid)->kswapd; in kswapd_stop() local
3629 if (kswapd) { in kswapd_stop()
3630 kthread_stop(kswapd); in kswapd_stop()
[all …]
DKconfig627 bool "Defer initialisation of struct pages to kswapd"
636 when kswapd starts. This has a potential performance impact on
637 processes running early in the lifetime of the systemm until kswapd
/linux-4.4.14/Documentation/cris/
DREADME103 Starting kswapd v1.8
/linux-4.4.14/include/linux/
Dmmzone.h670 struct task_struct *kswapd; /* Protected by member
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt180 unmapped (by kswapd), they may exist as SwapCache in the system until they
228 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
647 it gets invoked from balance_pgdat (kswapd).
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c2528 bool kswapd; /* allocation in kswapd context */ member
2551 if (args->kswapd) in xfs_btree_split_worker()
2590 args.kswapd = current_is_kswapd(); in xfs_btree_split()
/linux-4.4.14/Documentation/
Dkernel-docs.txt504 cache, swap cache, kswapd.
/linux-4.4.14/
DCREDITS3056 D: kswapd fixes, random kernel hacker, rmap VM,