Home
last modified time | relevance | path

Searched refs:tqt_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1156 tqt->tqt_thread = spl_kthread_create(taskq_thread, tqt, in taskq_thread_create()
1158 if (tqt->tqt_thread == NULL) { in taskq_thread_create()
1165 kthread_bind(tqt->tqt_thread, last_used_cpu); in taskq_thread_create()
1169 set_user_nice(tqt->tqt_thread, PRIO_TO_NICE(tq->tq_pri)); in taskq_thread_create()
1171 wake_up_process(tqt->tqt_thread); in taskq_thread_create()
1487 thread = tqt->tqt_thread; in taskq_destroy()
1548 kthreads[i] = tqt->tqt_thread; in taskq_create_synced()
1756 struct task_struct *thread = tqt->tqt_thread; in spl_taskq_prepare_down()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h171 struct task_struct *tqt_thread; member