Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcgroup-defs.h52 CSS_VISIBLE = (1 << 3), /* css is visible to userland */ enumerator
/Linux-v4.19/kernel/cgroup/
Dcgroup.c1579 if (!(css->flags & CSS_VISIBLE)) in css_clear_dir()
1582 css->flags &= ~CSS_VISIBLE; in css_clear_dir()
1609 if ((css->flags & CSS_VISIBLE) || !cgrp->kn) in css_populate_dir()
1631 css->flags |= CSS_VISIBLE; in css_populate_dir()
3656 if (!(css->flags & CSS_VISIBLE)) in cgroup_apply_cftypes()