Searched refs:threadgroup (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup-internal.h | 247 int cgroup_migrate(struct task_struct *leader, bool threadgroup, 251 bool threadgroup); 252 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
|
| H A D | cgroup-v1.c | 493 bool threadgroup) in __cgroup1_procs_write() argument 505 task = cgroup_procs_write_start(buf, threadgroup, &locked, cgrp); in __cgroup1_procs_write() 526 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
|
| H A D | cgroup.c | 2791 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument 2806 if (!threadgroup) in cgroup_migrate() 2824 bool threadgroup) in cgroup_attach_task() argument 2836 if (!threadgroup) in cgroup_attach_task() 2845 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 2850 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task() 2855 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument 2875 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start() 2889 if (threadgroup) in cgroup_procs_write_start() 4872 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H 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.
|