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)592 5.3 swappiness595 Overrides /proc/sys/vm/swappiness for the particular group. The tunable596 in the root cgroup corresponds to the global swappiness setting.599 enforces that 0 swappiness really prevents from any swapping even if
2734 int swappiness = mem_cgroup_swappiness(memcg); in get_scan_count() local2754 if (cgroup_reclaim(sc) && !swappiness) { in get_scan_count()2764 if (!sc->priority && swappiness) { in get_scan_count()2807 ap = swappiness * (total_cost + 1); in get_scan_count()2810 fp = (200 - swappiness) * (total_cost + 1); in get_scan_count()
4053 memcg->swappiness = val; in mem_cgroup_swappiness_write()5188 memcg->swappiness = mem_cgroup_swappiness(parent); in mem_cgroup_css_alloc()
720 return memcg->swappiness; in mem_cgroup_swappiness()
266 int swappiness; member
70 - swappiness843 swappiness chapter861 is on average 2x faster than IO from the filesystem, swappiness should
5626 Example: sysctl.vm.swappiness=40
Completed in 43 milliseconds