Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1014 tqt->tqt_thread = spl_kthread_create(taskq_thread, tqt, in taskq_thread_create()
1016 if (tqt->tqt_thread == NULL) { in taskq_thread_create()
1023 kthread_bind(tqt->tqt_thread, last_used_cpu); in taskq_thread_create()
1027 set_user_nice(tqt->tqt_thread, PRIO_TO_NICE(tq->tq_pri)); in taskq_thread_create()
1029 wake_up_process(tqt->tqt_thread); in taskq_thread_create()
1194 thread = tqt->tqt_thread; in taskq_destroy()
1350 struct task_struct *thread = tqt->tqt_thread; in spl_taskq_prepare_down()
H A Dspl-proc.c314 tqt->tqt_thread->pid, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h128 struct task_struct *tqt_thread; member