Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcgroup.c574 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 …]
/linux-4.4.14/include/linux/
Dcgroup.h45 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()
Dcgroup-defs.h154 struct css_set { struct
205 struct css_set *mg_dst_cset; argument
Dsched.h1670 struct css_set __rcu *cgroups;
/linux-4.4.14/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 …]