Lines Matching defs:root
80 static int test_cgcore_destroy(const char *root) in test_cgcore_destroy()
142 static int test_cgcore_populated(const char *root) in test_cgcore_populated()
275 static int test_cgcore_invalid_domain(const char *root) in test_cgcore_invalid_domain()
337 static int test_cgcore_parent_becomes_threaded(const char *root) in test_cgcore_parent_becomes_threaded()
376 static int test_cgcore_no_internal_process_constraint_on_threads(const char *root) in test_cgcore_no_internal_process_constraint_on_threads()
428 static int test_cgcore_top_down_constraint_enable(const char *root) in test_cgcore_top_down_constraint_enable()
463 static int test_cgcore_top_down_constraint_disable(const char *root) in test_cgcore_top_down_constraint_disable()
504 static int test_cgcore_internal_process_constraint(const char *root) in test_cgcore_internal_process_constraint()
550 static int test_cgcore_proc_migration(const char *root) in test_cgcore_proc_migration()
623 static int test_cgcore_thread_migration(const char *root) in test_cgcore_thread_migration()
686 static int test_cgcore_lesser_euid_open(const char *root) in test_cgcore_lesser_euid_open()
768 static int test_cgcore_lesser_ns_open(const char *root) in test_cgcore_lesser_ns_open()
867 char root[PATH_MAX]; in main() local