Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/cgroup/
A Dcgroup-internal.h97 struct css_set *cset;
130 struct css_set *cur_cset;
194 void put_css_set_locked(struct css_set *cset);
196 static inline void put_css_set(struct css_set *cset) in put_css_set()
216 static inline void get_css_set(struct css_set *cset) in get_css_set()
243 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,
A 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()
A Dcgroup.c907 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task()
1087 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set()
1093 struct css_set *cset; in find_existing_css_set()
1206 static struct css_set *find_css_set(struct css_set *old_cset, in find_css_set()
1210 struct css_set *cset; in find_css_set()
1439 struct css_set *cset; in current_cgns_cgroup_from_root()
1466 struct css_set *cset; in current_cgns_cgroup_dfl()
2051 struct css_set *cset; in cgroup_setup_root()
2464 struct css_set *cset; in cgroup_migrate_add_task()
4734 struct css_set *cset; in css_task_iter_next_css_set()
[all …]
A Dpids.c238 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork()
262 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork()
A Dnamespace.c56 struct css_set *cset; in copy_cgroup_ns()
/linux-6.3-rc2/include/linux/
A Dpsi.h13 struct css_set;
41 void cgroup_move_task(struct task_struct *p, struct css_set *to);
60 static inline void cgroup_move_task(struct task_struct *p, struct css_set *to) in cgroup_move_task()
A Dcgroup-defs.h212 struct css_set { struct
229 struct css_set *dom_cset; argument
293 struct css_set *mg_dst_cset; argument
670 struct css_set *cset);
671 void (*cancel_fork)(struct task_struct *task, struct css_set *cset);
A Dcgroup.h65 struct css_set *cur_cset;
66 struct css_set *cur_dcset;
73 extern struct css_set init_css_set;
422 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
553 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy()
777 struct css_set *root_cset;
A Dsched.h1221 struct css_set __rcu *cgroups;
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Drcu_read_lock.c33 struct css_set *cgroups; in get_cgroup_id()
182 struct css_set *cgroups; in miss_lock()
198 struct css_set *cgroups; in miss_unlock()
/linux-6.3-rc2/include/linux/sched/
A Dtask.h16 struct css_set;
40 struct css_set *cset;
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcgroups.rst178 css_set.
180 - A css_set contains a set of reference-counted pointers to
190 field of each task_struct using the css_set, anchored at
191 css_set->tasks.
202 css_set at system boot.
204 - in fork and exit, to attach and detach a task from its css_set.
269 css_set pointer - if there's an already existing css_set with the
271 css_set is allocated. The appropriate existing css_set is located by
278 cg_cgroup_links for a single css_set on its cg_link_list.
281 each css_set that references the cgroup, and sub-iterating over
[all …]
/linux-6.3-rc2/kernel/sched/
A Dpsi.c1120 void cgroup_move_task(struct task_struct *task, struct css_set *to) in cgroup_move_task()

Completed in 51 milliseconds