Searched refs:swap_max (Results 1 – 1 of 1) sorted by relevance
1560 unsigned long swap_max; in mem_cgroup_get_max() local1563 swap_max = memcg->swap.max; in mem_cgroup_get_max()1564 swap_max = min(swap_max, (unsigned long)total_swap_pages); in mem_cgroup_get_max()1565 max = min(max + swap_max, memsw_max); in mem_cgroup_get_max()