Lines Matching refs:values_close
113 if (!values_close(size, current, 3)) in alloc_anon_50M_check()
120 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
151 if (!values_close(file, current, 10)) in alloc_pagecache_50M_check()
370 while (!values_close(cg_read_long(parent[1], "memory.current"), in test_memcg_protection()
380 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
386 if (!values_close(c[0], MB(29), 10)) in test_memcg_protection()
389 if (!values_close(c[1], MB(21), 10)) in test_memcg_protection()
405 if (!values_close(cg_read_long(parent[1], "memory.current"), current, 3)) in test_memcg_protection()
484 if (!values_close(current, MB(30), 5)) in alloc_pagecache_max_30M()
696 if (current < goal || values_close(current, goal, 3)) in reclaim_until()
755 while (!values_close(cg_read_long(memcg, "memory.current"), in test_memcg_reclaim()
802 if (!mem_current || !values_close(mem_current, mem_max, 3)) in alloc_anon_50M_check_swap()
807 !values_close(mem_current + swap_current, size, 3)) in alloc_anon_50M_check_swap()
1023 if (values_close(current - allocated, sock, 10)) { in tcp_client()