Searched refs:cg_enter (Results 1 – 6 of 6) sorted by relevance
23 if (cg_enter(cgroup, object_pid) || in do_migration_fn()
69 ret = cg_enter(cgroup, pid); in cg_enter_and_wait_for_frozen()1200 if (cg_enter(cgroup[1], pid)) in test_cgfreezer_time_migrate()
74 extern int cg_enter(const char *cgroup, int pid);
351 int cg_enter(const char *cgroup, int pid) in cg_enter() function