Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dcgroup.h83 CSS_ROOT, /* This CSS is the root of the subsystem */ enumerator
103 if (!test_bit(CSS_ROOT, &css->flags)) in css_get()
120 if (test_bit(CSS_ROOT, &css->flags)) in css_tryget()
138 if (!test_bit(CSS_ROOT, &css->flags)) in css_put()
/linux-2.6.39/kernel/
Dcgroup.c3348 set_bit(CSS_ROOT, &css->flags); in init_cgroup_css()