Lines Matching defs:root
38 static int test_cpucg_subtree_control(const char *root) in test_cpucg_subtree_control()
183 static int test_cpucg_stats(const char *root) in test_cpucg_stats()
234 const char *root, in run_cpucg_weight_test()
355 static int test_cpucg_weight_overprovisioned(const char *root) in test_cpucg_weight_overprovisioned()
395 static int test_cpucg_weight_underprovisioned(const char *root) in test_cpucg_weight_underprovisioned()
407 run_cpucg_nested_weight_test(const char *root, bool overprovisioned) in run_cpucg_nested_weight_test()
542 test_cpucg_nested_weight_overprovisioned(const char *root) in test_cpucg_nested_weight_overprovisioned()
562 test_cpucg_nested_weight_underprovisioned(const char *root) in test_cpucg_nested_weight_underprovisioned()
571 static int test_cpucg_max(const char *root) in test_cpucg_max()
624 static int test_cpucg_max_nested(const char *root) in test_cpucg_max_nested()
700 char root[PATH_MAX]; in main() local