Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpsi.h13 struct css_set;
44 void cgroup_move_task(struct task_struct *p, struct css_set *to);
63 static inline void cgroup_move_task(struct task_struct *p, struct css_set *to) in cgroup_move_task()
H A Dcgroup-defs.h286 struct css_set { struct
303 struct css_set *dom_cset; argument
367 struct css_set *mg_dst_cset; argument
799 struct css_set *cset);
800 void (*cancel_fork)(struct task_struct *task, struct css_set *cset);
H A Dcgroup.h74 struct css_set *cur_cset;
75 struct css_set *cur_dcset;
112 extern struct css_set init_css_set;
533 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
664 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy()
H A Dcgroup_namespace.h11 struct css_set *root_cset;
H A Dsched.h1351 struct css_set __rcu *cgroups;
/linux/kernel/cgroup/
H A Ddebug.c43 struct css_set *cset; in current_css_set_read()
88 struct css_set *cset; in current_css_set_cg_links_read()
119 struct css_set *cset = link->cset; in cgroup_css_links_read()
134 struct css_set *tcset; in cgroup_css_links_read()
H A Dcgroup.c722 struct css_set init_css_set = {
746 static bool css_set_threaded(struct css_set *cset) in css_set_threaded()
760 static bool css_set_populated(struct css_set *cset) in css_set_populated()
849 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated()
874 static void css_set_skip_task_iters(struct css_set *cset, in css_set_skip_task_iters()
899 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task()
954 void put_css_set_locked(struct css_set *cset) in put_css_set_locked()
1001 static bool compare_css_sets(struct css_set *cset, in compare_css_sets()
1002 struct css_set *old_cset, in compare_css_sets()
1080 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set()
[all …]
H A Dpids.c273 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork()
286 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork()
H A Dnamespace.c54 struct css_set *cset; in copy_cgroup_ns()
H A Dcpuset.c3733 static int cpuset_can_fork(struct task_struct *task, struct css_set *cset) in cpuset_can_fork()
3768 static void cpuset_cancel_fork(struct task_struct *task, struct css_set *cset) in cpuset_cancel_fork()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h91 struct css_set { struct
107 struct css_set *cgroups; argument
/linux/tools/testing/selftests/bpf/progs/
H A Drcu_read_lock.c44 struct css_set *cgroups; in get_cgroup_id()
/linux/kernel/sched/
H A Dpsi.c1161 void cgroup_move_task(struct task_struct *task, struct css_set *to) in cgroup_move_task()
/linux/Documentation/bpf/
H A Dkfuncs.rst96 struct css_set __rcu *cgroups;
/linux/kernel/bpf/
H A Dverifier.c5825 struct css_set __rcu *cgroups; in BTF_TYPE_SAFE_RCU()
5835 BTF_TYPE_SAFE_RCU(struct css_set) { in BTF_TYPE_SAFE_RCU() argument
5899 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct css_set)); in type_is_rcu()