Searched refs:threadgroup (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_hierarchical_stats.c | 67 struct task_struct *task, bool threadgroup) in BPF_PROG() 66 BPF_PROG(counter,struct cgroup * dst_cgrp,struct task_struct * leader,bool threadgroup) BPF_PROG() argument
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 2951 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument 2965 if (!threadgroup) in cgroup_migrate() 2982 bool threadgroup) in cgroup_attach_task() argument 2993 if (!threadgroup) in cgroup_attach_task() 3001 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 3006 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task() 3011 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument 3032 if (threadgroup) in cgroup_procs_write_start() 3057 if (pid || threadgroup) { in cgroup_procs_write_start() 3068 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/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.
|