Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c815 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()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h53 kthread_t *tqent_thread; member