Lines Matching refs:tsk
54 * cgroup_attach_task_all - attach task 'tsk' to all cgroups of task 'from'
56 * @tsk: the task to be attached
58 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk)
77 retval = cgroup_attach_task(from_cgrp, tsk, false);
344 struct task_struct *tsk;
362 while ((tsk = css_task_iter_next(&it))) {
368 pid = task_tgid_vnr(tsk);
370 pid = task_pid_vnr(tsk);
728 struct task_struct *tsk;
752 while ((tsk = css_task_iter_next(&it))) {
753 switch (tsk->state) {
767 if (delayacct_is_task_waiting_on_io(tsk)) {