Searched refs:cg_read_long (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 189 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 D | test_hugetlb_memcg.c | 102 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 D | test_kmem.c | 82 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 D | cgroup_util.h | |
| H A D | test_zswap.c | 181 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 D | cgroup_util.c | |
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 68 extern long cg_read_long(const char *cgroup, const char *control);
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 151 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() function
|