Home
last modified time | relevance | path

Searched refs:threadgroup (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/trace/events/
Dcgroup.h109 struct task_struct *task, bool threadgroup),
111 TP_ARGS(dst_cgrp, path, task, threadgroup),
139 struct task_struct *task, bool threadgroup),
141 TP_ARGS(dst_cgrp, path, task, threadgroup)
147 struct task_struct *task, bool threadgroup),
149 TP_ARGS(dst_cgrp, path, task, threadgroup)
/Linux-v4.19/kernel/cgroup/
Dcgroup-internal.h210 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
214 bool threadgroup);
215 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup)
Dcgroup-v1.c520 bool threadgroup) in __cgroup1_procs_write() argument
531 task = cgroup_procs_write_start(buf, threadgroup); in __cgroup1_procs_write()
550 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
Dcgroup.c2581 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2596 if (!threadgroup) in cgroup_migrate()
2614 bool threadgroup) in cgroup_attach_task() argument
2630 if (!threadgroup) in cgroup_attach_task()
2639 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2644 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2649 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup) in cgroup_procs_write_start() argument
2671 if (threadgroup) in cgroup_procs_write_start()
/Linux-v4.19/Documentation/cgroup-v1/
Dcgroups.txt442 threads in a threadgroup at once. Echoing the PID of any task in a
443 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
445 in the writing task's threadgroup.