Searched refs:cg_run (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/cgroup/ |
| A D | test_memcontrol.c | 268 if (cg_run(memcg, alloc_anon_50M_check, NULL)) in test_memcg_current_peak() 348 if (cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_current_peak() 722 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 728 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high() 848 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 851 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_max() 1117 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max_peak() 1240 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1486 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() 1555 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events() [all …]
|
| A D | test_zswap.c | 139 if (cg_run(test_group, allocate_bytes, (void *)MB(4))) in test_zswap_usage() 177 if (cg_run(test_group, allocate_and_read_bytes, (void *)MB(32))) in test_swapin_nozswap() 229 if (cg_run(test_group, allocate_and_read_bytes, (void *)MB(32))) in test_zswapin() 332 if (cg_run(cgroup, attempt_writeback, (void *) &wb)) in test_zswap_writeback_one() 440 if (cg_run(wb_group, allocate_bytes, (void *)MB(10))) in test_no_invasive_cgroup_shrink()
|
| A D | test_kmem.c | 65 if (cg_run(cg, alloc_dcache, (void *)100000)) in test_kmem_basic() 147 if (cg_run(child, fn, NULL)) { in cg_run_in_subcgroups() 289 if (cg_run(cg, spawn_1000_threads, NULL)) in test_kmem_kernel_stacks()
|
| A D | test_cpuset.c | 126 if (allow ^ (cg_run(child_dst, do_migration_fn, (void *)(size_t)object_pid) == EXIT_SUCCESS)) in test_cpuset_perms_object() 212 if (cg_run(child, do_controller_fn, parent) != EXIT_SUCCESS) in test_cpuset_perms_subtree()
|
| A D | test_hugetlb_memcg.c | 191 if (!cg_run(test_group, hugetlb_test_program, (void *)test_group)) in test_hugetlb_memcg()
|
| A D | test_cpu.c | 214 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_stats() 678 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_max() 749 if (cg_run(child, hog_cpus_timed, (void *)¶m)) in test_cpucg_max_nested()
|
| /tools/testing/selftests/cgroup/lib/include/ |
| A D | cgroup_util.h | 51 extern int cg_run(const char *cgroup,
|
| /tools/testing/selftests/kvm/ |
| A D | access_tracking_perf_test.c | 591 ret = cg_run(new_cg, &run_test_for_each_guest_mode, ¶ms); in main()
|
| /tools/testing/selftests/cgroup/lib/ |
| A D | cgroup_util.c | 369 int cg_run(const char *cgroup, in cg_run() function
|
Completed in 16 milliseconds