Home
last modified time | relevance | path

Searched refs:CSS_RELEASED (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcgroup-defs.h53 CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */ enumerator
/linux/kernel/cgroup/
H A Dcgroup.c4631 * updated when its next sibling changes. CSS_RELEASED is set when in css_next_child()
4635 * implies that if we observe !CSS_RELEASED on @pos in this RCU in css_next_child()
4640 * If @pos has CSS_RELEASED set, its next pointer can't be in css_next_child()
4650 } else if (likely(!(pos->flags & CSS_RELEASED))) { in css_next_child()
5506 css->flags |= CSS_RELEASED; in css_release_work_fn()