Searched refs:cg_run (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 174 if (cg_run(memcg, alloc_anon_50M_check, NULL)) in test_memcg_current() 177 if (cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_current() 351 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min() 369 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min() 481 if (cg_run(children[i], alloc_pagecache_50M, (void *)(long)fd)) in test_memcg_low() 498 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_low() 516 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) { in test_memcg_low() 609 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high() 612 if (!cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_high() 615 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high() [all …]
|
D | test_kmem.c | 65 if (cg_run(cg, alloc_dcache, (void *)100000)) in test_kmem_basic() 143 if (cg_run(child, fn, NULL)) { in cg_run_in_subcgroups() 292 if (cg_run(cg, spawn_1000_threads, NULL)) in test_kmem_kernel_stacks()
|
D | cgroup_util.h | 35 extern int cg_run(const char *cgroup,
|
D | cgroup_util.c | 316 int cg_run(const char *cgroup, in cg_run() function
|