Home
last modified time | relevance | path

Searched refs:cg_run (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/testing/selftests/cgroup/
Dtest_memcontrol.c178 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 …]
Dtest_kmem.c65 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()
Dcgroup_util.h39 extern int cg_run(const char *cgroup,
Dtest_cpu.c212 if (cg_run(cpucg, hog_cpus_timed, (void *)&param)) in test_cpucg_stats()
597 if (cg_run(cpucg, hog_cpus_timed, (void *)&param)) in test_cpucg_max()
657 if (cg_run(child, hog_cpus_timed, (void *)&param)) in test_cpucg_max_nested()
Dcgroup_util.c321 int cg_run(const char *cgroup, in cg_run() function