Home
last modified time | relevance | path

Searched refs:cg_test_v1_named (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c156 if (cg_test_v1_named) in test_cgcore_populated()
289 if (cg_test_v1_named) in test_cgcore_invalid_domain()
354 if (cg_test_v1_named) in test_cgcore_parent_becomes_threaded()
396 if (cg_test_v1_named || in test_cgcore_no_internal_process_constraint_on_threads()
449 if (cg_test_v1_named) in test_cgcore_top_down_constraint_enable()
487 if (cg_test_v1_named) in test_cgcore_top_down_constraint_disable()
531 if (cg_test_v1_named) in test_cgcore_internal_process_constraint()
670 if (!cg_test_v1_named) { in test_cgcore_thread_migration()
898 if (!cg_test_v1_named) in cleanup_named_v1_root()
934 cg_test_v1_named = true; in main()
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h16 #define CG_THREADS_FILE (!cg_test_v1_named ? "cgroup.threads" : "tasks")
18 #define CG_PATH_FORMAT (!cg_test_v1_named ? "0::%s" : (":name=" CG_NAMED_NAME ":%s"))
100 extern bool cg_test_v1_named;
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c22 bool cg_test_v1_named; variable