Searched refs:swappiness (Results 1 – 13 of 13) sorted by relevance
2694 min((min_seq)[!(swappiness)], (min_seq)[(swappiness) <= MAX_SWAPPINESS])2702 for ((type) = !(swappiness); (type) <= ((swappiness) <= MAX_SWAPPINESS); (type)++)3344 return !walk->swappiness; in should_skip_vma()3354 return !walk->swappiness; in should_skip_vma()3853 if (type ? swappiness > MAX_SWAPPINESS : !swappiness) in inc_min_seq()3919 if (swappiness && swappiness <= MAX_SWAPPINESS) { in try_to_inc_min_seq()4042 walk->swappiness = swappiness; in try_to_inc_max_seq()4633 if (swappiness >= MAX_SWAPPINESS) in get_type_to_scan()5517 if (swappiness < MIN_SWAPPINESS) in run_cmd()5580 unsigned int swappiness = -1; in lru_gen_seq_write() local[all …]
3684 WRITE_ONCE(memcg->swappiness, mem_cgroup_swappiness(parent)); in mem_cgroup_css_alloc()4410 int swappiness = -1; in memory_reclaim() local4429 if (match_int(&args[0], &swappiness)) in memory_reclaim()4431 if (swappiness < MIN_SWAPPINESS || swappiness > MAX_SWAPPINESS) in memory_reclaim()4459 swappiness == -1 ? NULL : &swappiness); in memory_reclaim()
1961 WRITE_ONCE(memcg->swappiness, val); in mem_cgroup_swappiness_write()
149 ``- memcg_id node_id min_gen_nr [swappiness [nr_to_reclaim]]``153 the active list) and therefore cannot be evicted. ``swappiness``154 overrides the default value in ``/proc/sys/vm/swappiness``.
421 int *swappiness);619 return READ_ONCE(memcg->swappiness); in mem_cgroup_swappiness()
523 int swappiness; member
223 int swappiness; member
91 memory.swappiness set/show swappiness parameter of vmscan92 (See sysctl's vm.swappiness)621 5.3 swappiness624 Overrides /proc/sys/vm/swappiness for the particular group. The tunable625 in the root cgroup corresponds to the global swappiness setting.628 enforces that 0 swappiness really prevents from any swapping even if
481 # echo 100 > /proc/sys/vm/swappiness631 echo 100 > /proc/sys/vm/swappiness
74 - swappiness952 swappiness chapter970 is on average 2x faster than IO from the filesystem, swappiness should
107 between anon and file types proportional to the swappiness level.
1343 swappiness Swappiness value to reclaim with1346 Specifying a swappiness value instructs the kernel to perform1347 the reclaim with that swappiness value. Note that this has the1348 same semantics as vm.swappiness applied to memcg reclaim with
7043 Example: sysctl.vm.swappiness=40