Home
last modified time | relevance | path

Searched refs:CSS_ONLINE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcgroup-defs.h53 CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ enumerator
/linux/kernel/cgroup/
H A Dcgroup.c2053 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()
/linux/kernel/sched/
H A Dext.c7094 * Set cgroup->scx_sched's and check CSS_ONLINE. Either we see
7095 * !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()