Searched refs:css_set (Results 1 – 5 of 5) sorted by relevance
574 struct css_set *cset;590 struct css_set init_css_set = {606 static bool css_set_populated(struct css_set *cset) in css_set_populated()659 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated()685 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task()752 static void put_css_set_locked(struct css_set *cset) in put_css_set_locked()782 static void put_css_set(struct css_set *cset) in put_css_set()800 static inline void get_css_set(struct css_set *cset) in get_css_set()815 static bool compare_css_sets(struct css_set *cset, in compare_css_sets()816 struct css_set *old_cset, in compare_css_sets()[all …]
45 struct css_set *cur_cset;51 extern struct css_set init_css_set;411 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
154 struct css_set { struct205 struct css_set *mg_dst_cset; argument
1670 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 …]