Home
last modified time | relevance | path

Searched refs:__td (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h60 struct thread *__td; \
62 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \
66 __task = linux_kthread_setup_and_run(__td, fn, data); \
H A Dsched.h96 struct thread *__td = curthread; \
97 linux_set_current(__td); \
98 ((struct task_struct *)__td->td_lkpi_task); \
H A Dsched.h96 struct thread *__td = curthread; \
97 linux_set_current(__td); \
98 ((struct task_struct *)__td->td_lkpi_task); \
H A Dsched.h96 struct thread *__td = curthread; \
97 linux_set_current(__td); \
98 ((struct task_struct *)__td->td_lkpi_task); \
H A Dlockdep.h91 struct thread *__td; in lockdep_is_held() local
94 return (LOCK_CLASS(__lock)->lc_owner(__lock, &__td) != 0); in lockdep_is_held()