Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.h
H A Dtest_pids.c152 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.c254 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_kill.c281 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_kmem.c428 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_zswap.c604 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dcgroup_util.c
H A Dtest_cpu.c803 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_core.c930 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
H A Dtest_freezer.c1495 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
H A Dtest_memcontrol.c1657 if (cg_find_unified_root(root, sizeof(root), NULL)) in main()
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h52 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
/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