Lines Matching refs:tqent_thread
815 tqe->tqent_thread = NULL; in taskq_ent_constructor()
827 ASSERT(tqe->tqent_thread == NULL); in taskq_ent_destructor()
1106 ASSERT(tqe->tqent_thread != NULL); in taskq_bucket_dispatch()
1786 tqe->tqent_thread = NULL; in taskq_d_thread()
2201 ASSERT(tqe->tqent_thread == NULL); in taskq_bucket_extend()
2209 tqe->tqent_thread = thread_create(NULL, 0, taskq_d_thread, tqe, in taskq_bucket_extend()
2232 thread_lock(tqe->tqent_thread); in taskq_bucket_extend()
2233 tqe->tqent_thread->t_taskq = tq; in taskq_bucket_extend()
2234 tqe->tqent_thread->t_schedflag |= TS_ALLSTART; in taskq_bucket_extend()
2235 setrun_locked(tqe->tqent_thread); in taskq_bucket_extend()
2236 thread_unlock(tqe->tqent_thread); in taskq_bucket_extend()