Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Dcgroup-internal.h48 struct css_set *cset;
81 struct css_set *cur_cset;
157 void put_css_set_locked(struct css_set *cset);
159 static inline void put_css_set(struct css_set *cset) in put_css_set()
179 static inline void get_css_set(struct css_set *cset) in get_css_set()
207 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,
Ddebug.c43 struct css_set *cset; in current_css_set_read()
90 struct css_set *cset; in current_css_set_cg_links_read()
123 struct css_set *cset = link->cset; in cgroup_css_links_read()
138 struct css_set *tcset; in cgroup_css_links_read()
Dcgroup.c670 struct css_set init_css_set = {
692 static bool css_set_threaded(struct css_set *cset) in css_set_threaded()
706 static bool css_set_populated(struct css_set *cset) in css_set_populated()
768 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated()
794 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task()
862 void put_css_set_locked(struct css_set *cset) in put_css_set_locked()
909 static bool compare_css_sets(struct css_set *cset, in compare_css_sets()
910 struct css_set *old_cset, in compare_css_sets()
988 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set()
994 struct css_set *cset; in find_existing_css_set()
[all …]
Dnamespace.c56 struct css_set *cset; in copy_cgroup_ns()
/Linux-v4.19/include/linux/
Dcgroup.h61 struct css_set *cur_cset;
62 struct css_set *cur_dcset;
68 extern struct css_set init_css_set;
462 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
598 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy()
834 struct css_set *root_cset;
Dcgroup-defs.h176 struct css_set { struct
193 struct css_set *dom_cset; argument
255 struct css_set *mg_dst_cset; argument
Dsched.h984 struct css_set __rcu *cgroups;
/Linux-v4.19/Documentation/cgroup-v1/
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 …]