Searched refs:swappiness (Results 1 – 8 of 8) sorted by relevance
17 TP_PROTO(int *swappiness),18 TP_ARGS(swappiness));
2319 int swappiness = mem_cgroup_swappiness(memcg); in get_scan_count() local2333 trace_android_vh_tune_swappiness(&swappiness); in get_scan_count()2341 if (cgroup_reclaim(sc) && !swappiness) { in get_scan_count()2351 if (!sc->priority && swappiness) { in get_scan_count()2398 ap = swappiness * (total_cost + 1); in get_scan_count()2401 fp = (200 - swappiness) * (total_cost + 1); in get_scan_count()
4213 memcg->swappiness = val; in mem_cgroup_swappiness_write()5399 memcg->swappiness = mem_cgroup_swappiness(parent); in mem_cgroup_css_alloc()
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
678 return memcg->swappiness; in mem_cgroup_swappiness()
251 int swappiness; member
72 - swappiness865 swappiness chapter883 is on average 2x faster than IO from the filesystem, swappiness should
5440 Example: sysctl.vm.swappiness=40