Home
last modified time | relevance | path

Searched refs:css_set (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/
Dcgroup.c438 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 …]
/linux-4.1.27/include/linux/
Dcgroup-defs.h136 struct css_set { struct
187 struct css_set *mg_dst_cset; argument
Dcgroup.h122 extern struct css_set init_css_set;
307 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
Dsched.h1585 struct css_set __rcu *cgroups;
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt172 css_set.
174 - A css_set contains a set of reference-counted pointers to
184 field of each task_struct using the css_set, anchored at
185 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 the
265 css_set is allocated. The appropriate existing css_set is located by
272 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 …]