Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmemcontrol.c1362 unsigned long memsw_max; in mem_cgroup_get_max() local
1365 memsw_max = memcg->memsw.max; in mem_cgroup_get_max()
1368 max = min(max + swap_max, memsw_max); in mem_cgroup_get_max()