Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dcgroup.h123 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)
/linux-6.1.9/kernel/cgroup/
Dcgroup-internal.h246 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
250 bool threadgroup);
253 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
Dcgroup.c2852 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2867 if (!threadgroup) in cgroup_migrate()
2885 bool threadgroup) in cgroup_attach_task() argument
2897 if (!threadgroup) in cgroup_attach_task()
2906 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2911 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2916 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument
2934 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2948 if (threadgroup) in cgroup_procs_write_start()
5102 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument
[all …]
Dcgroup-v1.c491 bool threadgroup) in __cgroup1_procs_write() argument
503 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup1_procs_write()
523 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dcgroup_hierarchical_stats.c66 bool threadgroup) in BPF_PROG() argument
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/
Dcgroups.rst458 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.