Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
A Dtest_memcontrol.c100 current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check()
134 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_50M_check()
170 current = cg_read_long(memcg, "memory.current"); in test_memcg_current()
292 if (cg_read_long(parent[0], "memory.min")) { in test_memcg_min()
358 c[i] = cg_read_long(children[i], "memory.current"); in test_memcg_min()
449 if (cg_read_long(parent[0], "memory.low")) in test_memcg_low()
570 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_max_30M()
665 current = cg_read_long(memcg, "memory.current"); in test_memcg_max()
729 if (cg_read_long(memcg, "memory.swap.current")) { in test_memcg_swap_max()
907 current = cg_read_long(cgroup, "memory.current"); in tcp_client()
[all …]
A Dtest_kmem.c77 current = cg_read_long(cg, "memory.current"); in test_kmem_basic()
182 current = cg_read_long(parent, "memory.current"); in test_kmem_memcg_deletion()
383 current = cg_read_long(parent, "memory.current"); in test_percpu_basic()
A Dcgroup_util.h31 extern long cg_read_long(const char *cgroup, const char *control);
A Dcgroup_util.c139 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() function

Completed in 11 milliseconds