Home
last modified time | relevance | path

Searched refs:vm_swappiness (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dswap.h371 extern int vm_swappiness;
679 return vm_swappiness; in mem_cgroup_swappiness()
683 return vm_swappiness; in mem_cgroup_swappiness()
690 return vm_swappiness; in mem_cgroup_swappiness()
/kernel/linux/linux-6.6/include/linux/
H A Dswap.h418 extern int vm_swappiness;
637 return READ_ONCE(vm_swappiness); in mem_cgroup_swappiness()
641 return READ_ONCE(vm_swappiness); in mem_cgroup_swappiness()
648 return READ_ONCE(vm_swappiness); in mem_cgroup_swappiness()
/kernel/linux/linux-5.10/mm/
H A Dmemcg_reclaim.c28 return is_hyperhold_enable() ? HYPERHOLD_SWAPPINESS : vm_swappiness; in get_hyperhold_swappiness()
H A Dvmscan.c95 int vm_swappiness = 60; variable
H A Dmemcontrol.c4229 vm_swappiness = val; in mem_cgroup_swappiness_write()
/kernel/linux/linux-6.6/mm/
H A Dmemcg_reclaim.c30 return is_hyperhold_enable() ? HYPERHOLD_SWAPPINESS : vm_swappiness; in get_hyperhold_swappiness()
H A Dmemcontrol.c4225 WRITE_ONCE(vm_swappiness, val); in mem_cgroup_swappiness_write()
H A Dvmscan.c102 int vm_swappiness = 60; variable
/kernel/linux/linux-6.6/kernel/
H A Dsysctl.c2144 .data = &vm_swappiness,
2145 .maxlen = sizeof(vm_swappiness),
/kernel/linux/linux-5.10/kernel/
H A Dsysctl.c2910 .data = &vm_swappiness,
2911 .maxlen = sizeof(vm_swappiness),

Completed in 41 milliseconds