Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c158 static taskq_thread_t *taskq_thread_create(taskq_t *);
371 taskq_thread_t *tqt; in taskq_lowest_id()
389 tqt = list_entry(tq->tq_active_list.next, taskq_thread_t, in taskq_lowest_id()
402 taskq_insert_in_order(taskq_t *tq, taskq_thread_t *tqt) in taskq_insert_in_order()
404 taskq_thread_t *w; in taskq_insert_in_order()
411 w = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_insert_in_order()
453 taskq_thread_t *tqt; in taskq_find()
470 tqt = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_find()
956 taskq_thread_should_stop(taskq_t *tq, taskq_thread_t *tqt) in taskq_thread_should_stop()
963 if (list_first_entry(&(tq->tq_thread_list), taskq_thread_t, in taskq_thread_should_stop()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h176 } taskq_thread_t; typedef