Home
last modified time | relevance | path

Searched refs:vm_swappiness (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
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-5.10/mm/
Dmemcg_reclaim.c28 return is_hyperhold_enable() ? HYPERHOLD_SWAPPINESS : vm_swappiness; in get_hyperhold_swappiness()
Dvmscan.c95 int vm_swappiness = 60; variable
Dmemcontrol.c4224 vm_swappiness = val; in mem_cgroup_swappiness_write()
/kernel/linux/linux-5.10/kernel/
Dsysctl.c2862 .data = &vm_swappiness,
2863 .maxlen = sizeof(vm_swappiness),