Searched refs:swappiness (Results 1 – 7 of 7) sorted by relevance
84 memory.swappiness set/show swappiness parameter of vmscan85 (See sysctl's vm.swappiness)599 5.3 swappiness602 Overrides /proc/sys/vm/swappiness for the particular group. The tunable603 in the root cgroup corresponds to the global swappiness setting.606 enforces that 0 swappiness really prevents from any swapping even if
2580 int swappiness = mem_cgroup_swappiness(memcg); in get_scan_count() local2600 if (cgroup_reclaim(sc) && !swappiness) { in get_scan_count()2610 if (!sc->priority && swappiness) { in get_scan_count()2653 ap = swappiness * (total_cost + 1); in get_scan_count()2656 fp = (200 - swappiness) * (total_cost + 1); in get_scan_count()
4065 memcg->swappiness = val; in mem_cgroup_swappiness_write()5200 memcg->swappiness = mem_cgroup_swappiness(parent); in mem_cgroup_css_alloc()
714 return memcg->swappiness; in mem_cgroup_swappiness()
272 int swappiness; member
70 - swappiness843 swappiness chapter861 is on average 2x faster than IO from the filesystem, swappiness should
5576 Example: sysctl.vm.swappiness=40