Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c275 taskq_thread_t *tqt; in taskq_lowest_id() local
314 ASSERT(tqt); in taskq_insert_in_order()
359 taskq_thread_t *tqt; in taskq_find() local
867 ASSERT(tqt); in taskq_thread()
869 tq = tqt->tqt_tq; in taskq_thread()
1008 tqt = kmem_alloc(sizeof (*tqt), KM_PUSHPAGE); in taskq_thread_create()
1011 tqt->tqt_tq = tq; in taskq_thread_create()
1014 tqt->tqt_thread = spl_kthread_create(taskq_thread, tqt, in taskq_thread_create()
1031 return (tqt); in taskq_thread_create()
1115 if (tqt == NULL) in taskq_create()
[all …]
H A Dspl-proc.c251 taskq_thread_t *tqt = NULL; in taskq_seq_show_impl() local
305 list_for_each_entry(tqt, &tq->tq_active_list, tqt_active_list) { in taskq_seq_show_impl()
314 tqt->tqt_thread->pid, in taskq_seq_show_impl()
315 tqt->tqt_task->tqent_func, in taskq_seq_show_impl()
316 tqt->tqt_task->tqent_arg); in taskq_seq_show_impl()