Lines Matching defs:T
99 struct task_struct *T; in _linux_kthread() local
110 struct task_struct *T = cookie; in linux_kthread_start() local
135 struct task_struct *T; in kthread_alloc() local
157 kthread_free(struct task_struct *T) in kthread_free()
171 struct task_struct *T; in kthread_run() local
186 kthread_stop(struct task_struct *T) in kthread_stop()
224 struct task_struct *T = linux_kthread(); in kthread_should_stop() local
235 kthread_park(struct task_struct *T) in kthread_park()
271 kthread_unpark(struct task_struct *T) in kthread_unpark()
281 __kthread_should_park(struct task_struct *T) in __kthread_should_park()
295 struct task_struct *T = linux_kthread(); in kthread_should_park() local
303 struct task_struct *T = linux_kthread(); in kthread_parkme() local