Home
last modified time | relevance | path

Searched refs:cg_find_unified_root (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h32 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
/linux/tools/testing/selftests/cgroup/
H A Dtest_pids.c149 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_hugetlb_memcg.c217 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_cpuset.c252 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_kill.c279 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_kmem.c426 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_zswap.c602 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_freezer.c830 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_cpu.c801 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_core.c928 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
H A Dtest_memcontrol.c1655 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c268 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() function