Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/cgroup/
Dtest_core.c166 if (cg_enter_current(cg_test_c)) in test_cgcore_populated()
181 if (cg_enter_current(root)) in test_cgcore_populated()
296 if (!cg_enter_current(child)) in test_cgcore_invalid_domain()
315 cg_enter_current(root); in test_cgcore_invalid_domain()
402 if (cg_enter_current(parent)) in test_cgcore_no_internal_process_constraint_on_threads()
408 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
409 cg_enter_current(root); in test_cgcore_no_internal_process_constraint_on_threads()
518 if (!cg_enter_current(parent)) in test_cgcore_internal_process_constraint()
562 if (cg_enter_current(src)) in test_cgcore_proc_migration()
570 cg_enter_current(dst); in test_cgcore_proc_migration()
[all …]
Dcgroup_util.h39 extern int cg_enter_current(const char *cgroup);
Dcgroup_util.c306 int cg_enter_current(const char *cgroup) in cg_enter_current() function