Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDkthread.h41 struct thread *__td; \
43 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \
47 __task = linux_kthread_setup_and_run(__td, fn, data); \
HDsched.h88 struct thread *__td = curthread; \
89 linux_set_current(__td); \
90 ((struct task_struct *)__td->td_lkpi_task); \
HDlockdep.h59 struct thread *__td; in lockdep_is_held() local
62 return (LOCK_CLASS(__lock)->lc_owner(__lock, &__td) != 0); in lockdep_is_held()