HomeSort by relevance Sort by last modified time
    Searched refs:cg_run (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/cgroup/
test_memcontrol.c 170 if (cg_run(memcg, alloc_anon_50M_check, NULL))
173 if (cg_run(memcg, alloc_pagecache_50M_check, NULL))
347 if (cg_run(parent[2], alloc_anon, (void *)MB(148)))
365 if (!cg_run(parent[2], alloc_anon, (void *)MB(170)))
477 if (cg_run(children[i], alloc_pagecache_50M, (void *)(long)fd))
494 if (cg_run(parent[2], alloc_anon, (void *)MB(148)))
512 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) {
605 if (cg_run(memcg, alloc_anon, (void *)MB(100)))
608 if (!cg_run(memcg, alloc_pagecache_50M_check, NULL))
611 if (cg_run(memcg, alloc_pagecache_max_30M, NULL)
    [all...]
cgroup_util.h 32 extern int cg_run(const char *cgroup,
cgroup_util.c 251 int cg_run(const char *cgroup, function

Completed in 142 milliseconds