Searched refs:css_set (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/kernel/cgroup/ |
D | cgroup-internal.h | 79 struct css_set *cset; 112 struct css_set *cur_cset; 178 void put_css_set_locked(struct css_set *cset); 180 static inline void put_css_set(struct css_set *cset) in put_css_set() 200 static inline void get_css_set(struct css_set *cset) in get_css_set() 226 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,
|
D | debug.c | 43 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()
|
D | cgroup.c | 737 struct css_set init_css_set = { 760 static bool css_set_threaded(struct css_set *cset) in css_set_threaded() 774 static bool css_set_populated(struct css_set *cset) in css_set_populated() 838 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated() 854 static void css_set_skip_task_iters(struct css_set *cset, in css_set_skip_task_iters() 879 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task() 934 void put_css_set_locked(struct css_set *cset) in put_css_set_locked() 981 static bool compare_css_sets(struct css_set *cset, in compare_css_sets() 982 struct css_set *old_cset, in compare_css_sets() 1060 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set() [all …]
|
D | namespace.c | 56 struct css_set *cset; in copy_cgroup_ns()
|
/Linux-v5.4/include/linux/ |
D | psi.h | 10 struct css_set; 30 void cgroup_move_task(struct task_struct *p, struct css_set *to); 55 static inline void cgroup_move_task(struct task_struct *p, struct css_set *to) in cgroup_move_task()
|
D | cgroup.h | 65 struct css_set *cur_cset; 66 struct css_set *cur_dcset; 72 extern struct css_set init_css_set; 472 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set() 605 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy() 858 struct css_set *root_cset;
|
D | cgroup-defs.h | 190 struct css_set { struct 207 struct css_set *dom_cset; argument 270 struct css_set *mg_dst_cset; argument
|
D | sched.h | 1042 struct css_set __rcu *cgroups;
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | cgroups.rst | 176 css_set. 178 - A css_set contains a set of reference-counted pointers to 188 field of each task_struct using the css_set, anchored at 189 css_set->tasks. 200 css_set at system boot. 202 - in fork and exit, to attach and detach a task from its css_set. 267 css_set pointer - if there's an already existing css_set with the 269 css_set is allocated. The appropriate existing css_set is located by 276 cg_cgroup_links for a single css_set on its cg_link_list. 279 each css_set that references the cgroup, and sub-iterating over [all …]
|
/Linux-v5.4/kernel/sched/ |
D | psi.c | 901 void cgroup_move_task(struct task_struct *task, struct css_set *to) in cgroup_move_task()
|