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.c189 current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check()
223 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_50M_check()
262 current = cg_read_long(memcg, "memory.current"); in test_memcg_current_peak()
266 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
273 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
329 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
353 peak = cg_read_long(memcg, "memory.peak"); in test_memcg_current_peak()
511 if (cg_read_long(parent[0], attribute)) { in test_memcg_protection()
563 while (!values_close(cg_read_long(parent[1], "memory.current"), in test_memcg_protection()
573 if (!values_close(cg_read_long(paren 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.c82 current = cg_read_long(cg, "memory.current"); in test_kmem_basic()
187 current = cg_read_long(parent, "memory.current"); in test_kmem_memcg_deletion()
380 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.h68 extern long cg_read_long(const char *cgroup, const char *control);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c151 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() function