Home
last modified time | relevance | path

Searched refs:cg_enter (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.h
H A Dtest_cpuset.c23 if (cg_enter(cgroup, object_pid) || in do_migration_fn()
H A Dtest_freezer.c69 ret = cg_enter(cgroup, pid); in cg_enter_and_wait_for_frozen()
1200 if (cg_enter(cgroup[1], pid)) in test_cgfreezer_time_migrate()
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h74 extern int cg_enter(const char *cgroup, int pid);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c351 int cg_enter(const char *cgroup, int pid) in cg_enter() function