Searched refs:__td (Results 1 – 3 of 3) sorted by relevance
41 struct thread *__td; \43 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \47 __task = linux_kthread_setup_and_run(__td, fn, data); \
88 struct thread *__td = curthread; \89 linux_set_current(__td); \90 ((struct task_struct *)__td->td_lkpi_task); \
59 struct thread *__td; in lockdep_is_held() local62 return (LOCK_CLASS(__lock)->lc_owner(__lock, &__td) != 0); in lockdep_is_held()