Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c187 current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check()
221 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_50M_check()
260 current = cg_read_long(memcg, "memory.current"); in test_memcg_current_peak()
264 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
271 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
327 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
351 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
509 if (cg_read_long(parent[0], attribute)) { in test_memcg_protection()
561 while (!values_close(cg_read_long(parent[1], "memory.current"), in test_memcg_protection()
571 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
[all …]
H A Dtest_hugetlb_memcg.c102 old_current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
104 current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
117 current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
128 current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
139 current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
151 current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
H A Dtest_kmem.c81 current = cg_read_long(cg, "memory.current"); in test_kmem_basic()
186 current = cg_read_long(parent, "memory.current"); in test_kmem_memcg_deletion()
383 current = cg_read_long(parent, "memory.current"); in test_percpu_basic()
H A Dcgroup_util.h
H A Dtest_zswap.c181 swap_peak = cg_read_long(test_group, "memory.swap.peak"); in test_swapin_nozswap()
294 zswap_usage = cg_read_long(cgroup, "memory.zswap.current"); in attempt_writeback()
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h64 extern long cg_read_long(const char *cgroup, const char *control);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c136 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() function