Searched refs:taskq_thread_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 157 static taskq_thread_t *taskq_thread_create(taskq_t *); 369 taskq_thread_t *tqt; in taskq_lowest_id() 387 tqt = list_entry(tq->tq_active_list.next, taskq_thread_t, in taskq_lowest_id() 400 taskq_insert_in_order(taskq_t *tq, taskq_thread_t *tqt) in taskq_insert_in_order() 402 taskq_thread_t *w; in taskq_insert_in_order() 409 w = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_insert_in_order() 451 taskq_thread_t *tqt; in taskq_find() 468 tqt = list_entry(l, taskq_thread_t, tqt_active_list); in taskq_find() 980 taskq_thread_should_stop(taskq_t *tq, taskq_thread_t *tqt) in taskq_thread_should_stop() 987 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 D | taskq.h | 176 } taskq_thread_t; typedef
|