Searched refs:swappiness (Results 1 – 7 of 7) sorted by relevance
82 memory.swappiness set/show swappiness parameter of vmscan83 (See sysctl's vm.swappiness)605 5.3 swappiness608 Overrides /proc/sys/vm/swappiness for the particular group. The tunable609 in the root cgroup corresponds to the global swappiness setting.612 enforces that 0 swappiness really prevents from any swapping even if
2242 int swappiness = mem_cgroup_swappiness(memcg); in get_scan_count() local2262 if (cgroup_reclaim(sc) && !swappiness) { in get_scan_count()2272 if (!sc->priority && swappiness) { in get_scan_count()2315 ap = swappiness * (total_cost + 1); in get_scan_count()2318 fp = (200 - swappiness) * (total_cost + 1); in get_scan_count()
4179 memcg->swappiness = val; in mem_cgroup_swappiness_write()5350 memcg->swappiness = mem_cgroup_swappiness(parent); in mem_cgroup_css_alloc()
666 return memcg->swappiness; in mem_cgroup_swappiness()
251 int swappiness; member
71 - swappiness848 swappiness chapter866 is on average 2x faster than IO from the filesystem, swappiness should
5236 Example: sysctl.vm.swappiness=40