Lines Matching defs:root
85 static int test_cgcore_destroy(const char *root) in test_cgcore_destroy()
147 static int test_cgcore_populated(const char *root) in test_cgcore_populated()
283 static int test_cgcore_invalid_domain(const char *root) in test_cgcore_invalid_domain()
348 static int test_cgcore_parent_becomes_threaded(const char *root) in test_cgcore_parent_becomes_threaded()
390 static int test_cgcore_no_internal_process_constraint_on_threads(const char *root) in test_cgcore_no_internal_process_constraint_on_threads()
443 static int test_cgcore_top_down_constraint_enable(const char *root) in test_cgcore_top_down_constraint_enable()
481 static int test_cgcore_top_down_constraint_disable(const char *root) in test_cgcore_top_down_constraint_disable()
525 static int test_cgcore_internal_process_constraint(const char *root) in test_cgcore_internal_process_constraint()
574 static int test_cgcore_proc_migration(const char *root) in test_cgcore_proc_migration()
647 static int test_cgcore_thread_migration(const char *root) in test_cgcore_thread_migration()
712 static int test_cgcore_lesser_euid_open(const char *root) in test_cgcore_lesser_euid_open()
794 static int test_cgcore_lesser_ns_open(const char *root) in test_cgcore_lesser_ns_open()
871 static int setup_named_v1_root(char *root, size_t len, const char *name) in setup_named_v1_root()
895 static void cleanup_named_v1_root(char *root) in cleanup_named_v1_root()
925 char root[PATH_MAX]; in main() local