Lines Matching defs:root
75 static int test_cgcore_destroy(const char *root) in test_cgcore_destroy()
137 static int test_cgcore_populated(const char *root) in test_cgcore_populated()
270 static int test_cgcore_invalid_domain(const char *root) in test_cgcore_invalid_domain()
332 static int test_cgcore_parent_becomes_threaded(const char *root) in test_cgcore_parent_becomes_threaded()
371 static int test_cgcore_no_internal_process_constraint_on_threads(const char *root) in test_cgcore_no_internal_process_constraint_on_threads()
423 static int test_cgcore_top_down_constraint_enable(const char *root) in test_cgcore_top_down_constraint_enable()
458 static int test_cgcore_top_down_constraint_disable(const char *root) in test_cgcore_top_down_constraint_disable()
499 static int test_cgcore_internal_process_constraint(const char *root) in test_cgcore_internal_process_constraint()
545 static int test_cgcore_proc_migration(const char *root) in test_cgcore_proc_migration()
618 static int test_cgcore_thread_migration(const char *root) in test_cgcore_thread_migration()
697 char root[PATH_MAX]; in main() local