Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c903 long mem_current, swap_current; in alloc_anon_50M_check_swap() local
919 swap_current = cg_read_long(cgroup, "memory.swap.current"); in alloc_anon_50M_check_swap()
920 if (!swap_current || in alloc_anon_50M_check_swap()
921 !values_close(mem_current + swap_current, size, 3)) in alloc_anon_50M_check_swap()