Searched refs:swappiness (Results 1 – 7 of 7) sorted by relevance
2416 int swappiness = sc_swappiness(sc, memcg); in get_scan_count() local2436 if (cgroup_reclaim(sc) && !swappiness) { in get_scan_count()2446 if (!sc->priority && swappiness) { in get_scan_count()2489 ap = swappiness * (total_cost + 1); in get_scan_count()2492 fp = (MAX_SWAPPINESS - swappiness) * (total_cost + 1); in get_scan_count()2655 #define evictable_min_seq(min_seq, swappiness) \ argument2656 min((min_seq)[!(swappiness)], (min_seq)[(swappiness) <= MAX_SWAPPINESS])2663 #define for_each_evictable_type(type, swappiness) \ argument2664 for ((type) = !(swappiness); (type) <= ((swappiness) <= MAX_SWAPPINESS); (type)++)3306 return !walk->swappiness; in should_skip_vma()[all …]
3583 WRITE_ONCE(memcg->swappiness, mem_cgroup_swappiness(parent)); in mem_cgroup_css_alloc()4308 int swappiness = -1; in memory_reclaim() local4327 if (match_int(&args[0], &swappiness)) in memory_reclaim()4329 if (swappiness < MIN_SWAPPINESS || swappiness > MAX_SWAPPINESS) in memory_reclaim()4357 swappiness == -1 ? NULL : &swappiness); in memory_reclaim()
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``.
73 - swappiness943 swappiness chapter961 is on average 2x faster than IO from the filesystem, swappiness should
107 between anon and file types proportional to the swappiness level.
1338 swappiness Swappiness value to reclaim with1341 Specifying a swappiness value instructs the kernel to perform1342 the reclaim with that swappiness value. Note that this has the1343 same semantics as vm.swappiness applied to memcg reclaim with
6981 Example: sysctl.vm.swappiness=40