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

/freebsd-10.2-release/sys/ofed/include/linux/
H A Dkthread.h51 PROC_LOCK(task->task_thread->td_proc);
54 PROC_UNLOCK(task->task_thread->td_proc);
80 if (kthread_add(_kthread_fn, _task, NULL, &_task->task_thread, \
85 task_struct_set(_task->task_thread, _task); \
95 PROC_LOCK(task->task_thread->td_proc);
99 msleep(task, &task->task_thread->td_proc->p_mtx, PWAIT,
101 PROC_UNLOCK(task->task_thread->td_proc);
H A Dsched.h57 struct thread *task_thread; member in struct:task_struct
97 c = (x)->task_thread; \

Completed in 49 milliseconds