Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcgroup.c2231 bool threadgroup) in cgroup_migrate() argument
2275 if (!threadgroup) in cgroup_migrate()
2350 struct task_struct *leader, bool threadgroup) in cgroup_attach_task() argument
2363 if (!threadgroup) in cgroup_attach_task()
2372 ret = cgroup_migrate(dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2384 size_t nbytes, loff_t off, bool threadgroup) in __cgroup_procs_write() argument
2423 if (threadgroup) in __cgroup_procs_write()
2441 if (threadgroup) { in __cgroup_procs_write()
2456 ret = cgroup_attach_task(cgrp, tsk, threadgroup); in __cgroup_procs_write()
/linux-4.1.27/Documentation/cgroups/
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.