Searched refs:task_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h80 if (kthread_add(linux_kthread_fn, _task, NULL, &_task->task_thread, \
94 PROC_LOCK(task->task_thread->td_proc);
98 msleep(task, &task->task_thread->td_proc->p_mtx, PWAIT,
100 PROC_UNLOCK(task->task_thread->td_proc);
H A Dsched.h61 struct thread *task_thread; member in struct:task_struct
76 (y)->task_thread = (x); \
113 c = (x)->task_thread; \

Completed in 169 milliseconds