Searched refs:css_set (Results 1 – 5 of 5) sorted by relevance
438 struct css_set *cset;454 struct css_set init_css_set = {523 static void put_css_set_locked(struct css_set *cset) in put_css_set_locked()558 static void put_css_set(struct css_set *cset) in put_css_set()576 static inline void get_css_set(struct css_set *cset) in get_css_set()591 static bool compare_css_sets(struct css_set *cset, in compare_css_sets()592 struct css_set *old_cset, in compare_css_sets()659 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set()665 struct css_set *cset; in find_existing_css_set()745 static void link_css_set(struct list_head *tmp_links, struct css_set *cset, in link_css_set()[all …]
136 struct css_set { struct187 struct css_set *mg_dst_cset; argument
122 extern struct css_set init_css_set;307 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
1585 struct css_set __rcu *cgroups;
172 css_set.174 - A css_set contains a set of reference-counted pointers to184 field of each task_struct using the css_set, anchored at185 css_set->tasks.196 css_set at system boot.198 - in fork and exit, to attach and detach a task from its css_set.263 css_set pointer - if there's an already existing css_set with the265 css_set is allocated. The appropriate existing css_set is located by272 cg_cgroup_links for a single css_set on its cg_link_list.275 each css_set that references the cgroup, and sub-iterating over[all …]