Searched refs:tq_threads (Results 1 – 1 of 1) sorted by relevance
65 struct taskq_threads tq_threads; member87 .tq_threads = SLIST_HEAD_INITIALIZER(taskq_sys.tq_threads),112 .tq_threads = SLIST_HEAD_INITIALIZER(taskq_sys_mp.tq_threads),162 SLIST_INIT(&tq->tq_threads); in taskq_create()283 SLIST_FOREACH(tt, &tq->tq_threads, tt_entry) { in taskq_do_barrier()434 SLIST_INSERT_HEAD(&tq->tq_threads, &self, tt_entry); in taskq_thread()453 SLIST_REMOVE(&tq->tq_threads, &self, taskq_thread, tt_entry); in taskq_thread()