Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcgroup-internal.h229 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
233 bool threadgroup);
234 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup)
Dcgroup-v1.c492 bool threadgroup) in __cgroup1_procs_write() argument
503 task = cgroup_procs_write_start(buf, threadgroup); in __cgroup1_procs_write()
523 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
Dcgroup.c2760 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2775 if (!threadgroup) in cgroup_migrate()
2793 bool threadgroup) in cgroup_attach_task() argument
2809 if (!threadgroup) in cgroup_attach_task()
2818 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2823 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2828 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup) in cgroup_procs_write_start() argument
2850 if (threadgroup) in cgroup_procs_write_start()