Lines Matching defs:root
39 static int test_cpucg_subtree_control(const char *root) in test_cpucg_subtree_control()
184 static int test_cpucg_stats(const char *root) in test_cpucg_stats()
237 static int test_cpucg_nice(const char *root) in test_cpucg_nice()
308 const char *root, in run_cpucg_weight_test()
429 static int test_cpucg_weight_overprovisioned(const char *root) in test_cpucg_weight_overprovisioned()
469 static int test_cpucg_weight_underprovisioned(const char *root) in test_cpucg_weight_underprovisioned()
481 run_cpucg_nested_weight_test(const char *root, bool overprovisioned) in run_cpucg_nested_weight_test()
616 test_cpucg_nested_weight_overprovisioned(const char *root) in test_cpucg_nested_weight_overprovisioned()
636 test_cpucg_nested_weight_underprovisioned(const char *root) in test_cpucg_nested_weight_underprovisioned()
645 static int test_cpucg_max(const char *root) in test_cpucg_max()
698 static int test_cpucg_max_nested(const char *root) in test_cpucg_max_nested()
775 char root[PATH_MAX]; in main() local