Home
last modified time | relevance | path

Searched refs:threadgroup (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/trace/events/
H A Dcgroup.h123 struct task_struct *task, bool threadgroup),
125 TP_ARGS(dst_cgrp, path, task, threadgroup),
153 struct task_struct *task, bool threadgroup),
155 TP_ARGS(dst_cgrp, path, task, threadgroup)
161 struct task_struct *task, bool threadgroup),
163 TP_ARGS(dst_cgrp, path, task, threadgroup)
/linux-6.15/kernel/cgroup/
H A Dcgroup-internal.h247 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
251 bool threadgroup);
254 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
H A Dcgroup.c2901 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2915 if (!threadgroup) in cgroup_migrate()
2932 bool threadgroup) in cgroup_attach_task() argument
2944 if (!threadgroup) in cgroup_attach_task()
2953 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2981 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2995 if (threadgroup) in cgroup_procs_write_start()
5210 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument
5230 bool threadgroup) in __cgroup_procs_write() argument
5261 threadgroup, ctx->ns); in __cgroup_procs_write()
[all …]
H A Dcgroup-v1.c496 bool threadgroup) in __cgroup1_procs_write() argument
508 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup1_procs_write()
528 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c66 bool threadgroup) in BPF_PROG() argument
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst460 threads in a threadgroup at once. Echoing the PID of any task in a
461 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
463 in the writing task's threadgroup.