Searched refs:__td (Results 1 – 5 of 5) sorted by relevance
60 struct thread *__td; \62 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \66 __task = linux_kthread_setup_and_run(__td, fn, data); \
96 struct thread *__td = curthread; \97 linux_set_current(__td); \98 ((struct task_struct *)__td->td_lkpi_task); \
91 struct thread *__td; in lockdep_is_held() local94 return (LOCK_CLASS(__lock)->lc_owner(__lock, &__td) != 0); in lockdep_is_held()