Searched refs:css_is_dying (Results 1 – 2 of 2) sorted by relevance
373 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying() function
183 return test_bit(CS_ONLINE, &cs->flags) && !css_is_dying(&cs->css); in is_cpuset_online()