Searched refs:cg_run (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| A 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() 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 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()
|
| A D | cgroup_util.h | 35 extern int cg_run(const char *cgroup,
|
| A D | cgroup_util.c | 316 int cg_run(const char *cgroup, in cg_run() function
|
Completed in 11 milliseconds