Lines Matching refs:css_set
91 * direction, a css_set is naturally associated with multiple cgroups.
97 /* the cgroup and css_set this link associates */
99 struct css_set *cset;
104 /* list of cgrp_cset_links anchored at css_set->cgrp_links */
132 struct css_set *cur_cset;
197 void put_css_set_locked(struct css_set *cset);
199 static inline void put_css_set(struct css_set *cset)
217 * refcounted get/put for css_set objects
219 static inline void get_css_set(struct css_set *cset)
244 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,