Searched refs:threadgroup (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | cgroup.h | 123 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.6.21/kernel/cgroup/ |
D | cgroup-internal.h | 244 int cgroup_migrate(struct task_struct *leader, bool threadgroup, 248 bool threadgroup); 251 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
|
D | cgroup.c | 2805 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument 2819 if (!threadgroup) in cgroup_migrate() 2836 bool threadgroup) in cgroup_attach_task() argument 2848 if (!threadgroup) in cgroup_attach_task() 2857 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 2862 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task() 2867 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument 2885 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start() 2899 if (threadgroup) in cgroup_procs_write_start() 5103 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument [all …]
|
D | cgroup-v1.c | 490 bool threadgroup) in __cgroup1_procs_write() argument 502 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup1_procs_write() 522 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | cgroup_hierarchical_stats.c | 66 bool threadgroup) in BPF_PROG() argument
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | cgroups.rst | 460 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.
|