Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/cgroup/
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()
351 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min()
369 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min()
481 if (cg_run(children[i], alloc_pagecache_50M, (void *)(long)fd)) in test_memcg_low()
498 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_low()
516 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) { in test_memcg_low()
609 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high()
612 if (!cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_high()
615 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high()
[all …]
Dcgroup_util.h33 extern int cg_run(const char *cgroup,
Dcgroup_util.c291 int cg_run(const char *cgroup, in cg_run() function