Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/cgroup/
Dtest_core.c169 if (cg_enter_current(cg_test_c)) in test_cgcore_populated()
184 if (cg_enter_current(root)) in test_cgcore_populated()
299 if (!cg_enter_current(child)) in test_cgcore_invalid_domain()
318 cg_enter_current(root); in test_cgcore_invalid_domain()
405 if (cg_enter_current(parent)) in test_cgcore_no_internal_process_constraint_on_threads()
411 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
412 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
521 if (!cg_enter_current(parent)) in test_cgcore_internal_process_constraint()
565 if (cg_enter_current(src)) in test_cgcore_proc_migration()
573 cg_enter_current(dst); in test_cgcore_proc_migration()
[all …]
Dcgroup_util.h43 extern int cg_enter_current(const char *cgroup);
Dcgroup_util.c311 int cg_enter_current(const char *cgroup) in cg_enter_current() function