Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/cgroup/
Dtest_memcontrol.c170 if (cg_run(memcg, alloc_anon_50M_check, NULL)) in test_memcg_current()
173 if (cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_current()
347 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min()
365 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min()
477 if (cg_run(children[i], alloc_pagecache_50M, (void *)(long)fd)) in test_memcg_low()
494 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_low()
512 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) { in test_memcg_low()
605 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high()
608 if (!cg_run(memcg, alloc_pagecache_50M_check, NULL)) in test_memcg_high()
611 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)) in test_memcg_high()
[all …]
Dcgroup_util.h32 extern int cg_run(const char *cgroup,
Dcgroup_util.c251 int cg_run(const char *cgroup, in cg_run() function