Searched refs:cg_find_unified_root (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/cgroup/lib/include/ |
H A D | cgroup_util.h | 32 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_pids.c | 149 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 | 252 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_kill.c | 279 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_kmem.c | 426 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_zswap.c | 602 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_freezer.c | 830 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_cpu.c | 801 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_core.c | 928 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
|
H A D | test_memcontrol.c | 1655 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
/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
|