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.c152 static taskq_thread_t *taskq_thread_create(taskq_t *);
365 taskq_thread_t *tqt; in taskq_lowest_id()
383 tqt = list_entry(tq->tq_active_list.next, taskq_thread_t, in taskq_lowest_id()
396 taskq_insert_in_order(taskq_t *tq, taskq_thread_t *tqt) in taskq_insert_in_order()
398 taskq_thread_t *w; in taskq_insert_in_order()
405 w = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_insert_in_order()
447 taskq_thread_t *tqt; in taskq_find()
464 tqt = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_find()
950 taskq_thread_should_stop(taskq_t *tq, taskq_thread_t *tqt) in taskq_thread_should_stop()
957 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