Searched refs:join_root_cgroup (Results 1 – 3 of 3) sorted by relevance
71 err = join_root_cgroup(); in talk_to_cgroup() 72 if (!ASSERT_OK(err, "join_root_cgroup")) in talk_to_cgroup() 95 err = join_root_cgroup(); in talk_to_cgroup() 96 if (!ASSERT_OK(err, "join_root_cgroup")) in talk_to_cgroup() 118 err = join_root_cgroup(); in talk_to_outside() 119 if (!ASSERT_OK(err, "join_root_cgroup")) in talk_to_outside() 130 err = join_root_cgroup(); in talk_to_outside() 131 if (!ASSERT_OK(err, "join_root_cgroup")) in talk_to_outside()
26 int join_root_cgroup(void);
295 * join_root_cgroup() - Join the root cgroup301 int join_root_cgroup(void) in join_root_cgroup() function