Lines Matching refs:tsk
20 struct task_struct *tsk;
26 struct task_struct *tsk = NULL;
33 tsk = current->group_leader;
34 buf->exp_pid = task_pid_nr(tsk);
35 if (tsk->flags & PF_KTHREAD)
36 tsk = NULL;
40 if (tsk)
41 get_task_comm(buf->exp_task_comm, tsk);
67 struct task_struct *tsk = NULL;
74 tsk = tsk_info->tsk;
76 if (IS_ERR_OR_NULL(tsk) || IS_ERR_OR_NULL(buf))
84 tsk->comm,
85 tsk->pid,
101 struct task_struct *tsk = NULL;
111 for_each_process(tsk) {
112 task_info.tsk = tsk;
115 task_lock(tsk);
116 iterate_fd(tsk->files, 0, dma_buf_single_file_show,
120 tsk->comm, task_info.tsk_dmabuf_bytes);
121 task_unlock(tsk);