Searched refs:CSS_ONLINE (Results 1 – 3 of 3) sorted by relevance
53 CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ enumerator
2053 cgrp->self.flags |= CSS_ONLINE; in init_cgroup_housekeeping()5697 css->flags |= CSS_ONLINE; in online_css()5723 css->flags &= ~CSS_ONLINE; in offline_css()6144 cgrp->self.flags &= ~CSS_ONLINE; in cgroup_destroy_locked()
7094 * Set cgroup->scx_sched's and check CSS_ONLINE. Either we see7095 * !CSS_ONLINE or scx_cgroup_lifetime_notify() sees and shoots us down. in scx_cgroup_lifetime_notify() 7098 if (!(cgrp->self.flags & CSS_ONLINE)) { in scx_cgroup_lifetime_notify()