Searched refs:t_taskq (Results 1 – 5 of 5) sorted by relevance
464 if (kt->t_taskq == NULL) in taskq_thread_walk_step()467 if (tq != NULL && kt->t_taskq != tq) in taskq_thread_walk_step()
615 if (notaskq && t.t_taskq != NULL) in threadlist()626 if (mdb_vread(&tq, sizeof (taskq_t), (uintptr_t)t.t_taskq) == -1) in threadlist()
1325 ASSERT(tq != curthread->t_taskq); in taskq_wait()1411 return (thread->t_taskq == tq); in taskq_member()1514 curthread->t_taskq = tq; /* mark ourselves for taskq_member() */ in taskq_thread()2233 tqe->tqent_thread->t_taskq = tq; in taskq_bucket_extend()
301 void *t_taskq; /* for threads belonging to taskq */ member
439 t->t_taskq = NULL; in thread_create()