Searched refs:cg_run (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 178 if (cg_run(memcg, alloc_anon_50M_check, NULL)) in test_memcg_current() 181 if (cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_current() 358 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection() 376 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection() 499 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 502 if (!cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_high() 505 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high() 625 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 628 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_max() 818 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max() [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 | 39 extern int cg_run(const char *cgroup,
|
D | test_cpu.c | 212 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_stats() 597 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_max() 657 if (cg_run(child, hog_cpus_timed, (void *)¶m)) in test_cpucg_max_nested()
|
D | cgroup_util.c | 321 int cg_run(const char *cgroup, in cg_run() function
|