Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c193 if (!values_close(size, current, 3)) in alloc_anon_50M_check()
200 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
231 if (!values_close(file, current, 10)) in alloc_pagecache_50M_check()
563 while (!values_close(cg_read_long(parent[1], "memory.current"), in test_memcg_protection()
573 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
579 if (!values_close(c[0], MB(29), 15)) in test_memcg_protection()
582 if (!values_close(c[1], MB(21), 20)) in test_memcg_protection()
598 if (!values_close(cg_read_long(parent[1], "memory.current"), current, 3)) in test_memcg_protection()
686 if (!values_close(current, MB(30), 5)) in alloc_pagecache_max_30M()
898 if (current < goal || values_close(current, goal, 3)) in reclaim_until()
[all …]
H A Dtest_hugetlb_memcg.c129 if (!values_close(expected_current, current, 5)) { in hugetlb_test_program()
141 if (!values_close(expected_current, current, 5)) { in hugetlb_test_program()
153 if (!values_close(expected_current, current, 5)) { in hugetlb_test_program()
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h25 static inline int values_close(long a, long b, int err) in values_close() function