Lines Matching defs:root
40 static int test_cpucg_subtree_control(const char *root) in test_cpucg_subtree_control()
185 static int test_cpucg_stats(const char *root) in test_cpucg_stats()
238 static int test_cpucg_nice(const char *root) in test_cpucg_nice()
309 const char *root, in run_cpucg_weight_test()
430 static int test_cpucg_weight_overprovisioned(const char *root) in test_cpucg_weight_overprovisioned()
470 static int test_cpucg_weight_underprovisioned(const char *root) in test_cpucg_weight_underprovisioned()
482 run_cpucg_nested_weight_test(const char *root, bool overprovisioned) in run_cpucg_nested_weight_test()
617 test_cpucg_nested_weight_overprovisioned(const char *root) in test_cpucg_nested_weight_overprovisioned()
637 test_cpucg_nested_weight_underprovisioned(const char *root) in test_cpucg_nested_weight_underprovisioned()
646 static int test_cpucg_max(const char *root) in test_cpucg_max()
710 static int test_cpucg_max_nested(const char *root) in test_cpucg_max_nested()
798 char root[PATH_MAX]; in main() local