Searched refs:threadgroup (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| 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/ |
| A D | cgroup-internal.h | 248 int cgroup_migrate(struct task_struct *leader, bool threadgroup, 252 bool threadgroup); 253 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
|
| A D | cgroup.c | 2765 if (!threadgroup) in cgroup_migrate() 2783 bool threadgroup) in cgroup_attach_task() argument 2795 if (!threadgroup) in cgroup_attach_task() 2804 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 2833 if (pid || threadgroup) { in cgroup_procs_write_start() 2851 if (threadgroup) in cgroup_procs_write_start() 4893 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument 4913 bool threadgroup) in __cgroup_procs_write() argument 4926 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup_procs_write() 4944 threadgroup, ctx->ns); in __cgroup_procs_write() [all …]
|
| A D | cgroup-v1.c | 491 bool threadgroup) in __cgroup1_procs_write() argument 503 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup1_procs_write() 523 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | cgroups.rst | 458 threads in a threadgroup at once. Echoing the PID of any task in a 459 threadgroup to cgroup.procs causes all tasks in that threadgroup to be 461 in the writing task's threadgroup.
|
Completed in 20 milliseconds