Searched refs:cg_find_unified_root (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.h | 24 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
|
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_kill.c | 279 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_kmem.c | 423 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 | cgroup_util.c | 220 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() function
|
H A D | test_cpu.c | 703 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|
H A D | test_core.c | 870 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) in main()
|
H A D | test_memcontrol.c | 1567 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
|