Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcgroup-defs.h54 CSS_VISIBLE = (1 << 3), /* css is visible to userland */ enumerator
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c1683 if (!(css->flags & CSS_VISIBLE)) in css_clear_dir()
1686 css->flags &= ~CSS_VISIBLE; in css_clear_dir()
1717 if (css->flags & CSS_VISIBLE) in css_populate_dir()
1747 css->flags |= CSS_VISIBLE; in css_populate_dir()
4273 if (!(css->flags & CSS_VISIBLE)) in cgroup_apply_cftypes()