Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcgroup-defs.h54 CSS_VISIBLE = (1 << 3), /* css is visible to userland */ enumerator
/linux/kernel/cgroup/
A Dcgroup.c1674 if (!(css->flags & CSS_VISIBLE)) in css_clear_dir()
1677 css->flags &= ~CSS_VISIBLE; in css_clear_dir()
1704 if ((css->flags & CSS_VISIBLE) || !cgrp->kn) in css_populate_dir()
1726 css->flags |= CSS_VISIBLE; in css_populate_dir()
4090 if (!(css->flags & CSS_VISIBLE)) in cgroup_apply_cftypes()

Completed in 15 milliseconds