Home
last modified time | relevance | path

Searched refs:t_taskq (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c464 if (kt->t_taskq == NULL) in taskq_thread_walk_step()
467 if (tq != NULL && kt->t_taskq != tq) in taskq_thread_walk_step()
H A Dthread.c615 if (notaskq && t.t_taskq != NULL) in threadlist()
626 if (mdb_vread(&tq, sizeof (taskq_t), (uintptr_t)t.t_taskq) == -1) in threadlist()
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1325 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()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h301 void *t_taskq; /* for threads belonging to taskq */ member
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c439 t->t_taskq = NULL; in thread_create()