Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
A Dtest_memcontrol.c174 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()
609 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high()
615 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high()
659 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max()
662 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_max()
747 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max()
795 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events()
1039 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events()
1099 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events()
[all …]
A 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()
A Dcgroup_util.h35 extern int cg_run(const char *cgroup,
A Dcgroup_util.c316 int cg_run(const char *cgroup, in cg_run() function

Completed in 11 milliseconds