Searched refs:cg_find_unified_root (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.h | |
| H A D | test_pids.c | 152 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_hugetlb_memcg.c | 217 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_cpuset.c | 254 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_kill.c | 281 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_kmem.c | 428 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_zswap.c | 604 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | cgroup_util.c | |
| H A D | test_cpu.c | 803 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_core.c | 930 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
|
| H A D | test_freezer.c | 1495 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| H A D | test_memcontrol.c | 1657 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 52 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 268 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() function
|