Searched refs:threadgroup (Results 1 – 6 of 6) sorted by relevance
| /linux/include/trace/events/ |
| H A 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/kernel/cgroup/ |
| H A D | cgroup-internal.h | 247 int cgroup_migrate(struct task_struct *leader, bool threadgroup, 251 bool threadgroup); 256 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
|
| H A D | cgroup.c | 2991 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument 3005 if (!threadgroup) in cgroup_migrate() 3022 bool threadgroup) in cgroup_attach_task() argument 3033 if (!threadgroup) in cgroup_attach_task() 3041 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 3046 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task() 3051 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument 3072 if (threadgroup) in cgroup_procs_write_start() 3097 if (pid || threadgroup) { in cgroup_procs_write_start() 3108 if (threadgroup) { in cgroup_procs_write_start() [all …]
|
| H A D | cgroup-v1.c | 500 bool threadgroup) in __cgroup1_procs_write() argument 512 task = cgroup_procs_write_start(buf, threadgroup, &lock_mode); in __cgroup1_procs_write() 532 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_hierarchical_stats.c | 67 bool threadgroup) in BPF_PROG() argument
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A 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.
|