Searched refs:t_sobj_ops (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c57 t->t_sobj_ops = NULL;
101 curthread->t_sobj_ops = &shuttle_sobj_ops;
132 t->t_sobj_ops = NULL;
191 curthread->t_sobj_ops = &shuttle_sobj_ops;
230 t->t_sobj_ops = &shuttle_sobj_ops;
H A Dthread.c1239 SOBJ_UNSLEEP(t->t_sobj_ops, t);
1794 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri);
1854 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri);
/illumos-gate/usr/src/uts/common/os/
H A Dsleepq.c179 t->t_sobj_ops = NULL;
231 tp->t_sobj_ops = NULL;
262 tp->t_sobj_ops = NULL;
H A Dturnstile.c461 t->t_sobj_ops = sobj_ops;
490 while (t->t_sobj_ops != NULL &&
491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) {
539 * t_sobj_ops will be NULL, the loop will terminate,
568 if (SOBJ_TYPE(t->t_sobj_ops) != SOBJ_USER_PI &&
569 owner->t_sobj_ops != NULL &&
570 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_USER_PI) {
574 ASSERT(SOBJ_TYPE(t->t_sobj_ops) == SOBJ_MUTEX);
708 t->t_sobj_ops = NULL;
H A Dsemaphore.c80 curthread->t_sobj_ops = &sema_sobj_ops; \
186 t->t_sobj_ops = NULL;
303 tp->t_sobj_ops = NULL;
351 tp->t_sobj_ops = NULL;
H A Dcondvar.c155 t->t_sobj_ops = &cv_sobj_ops;
H A Dsunpm.c2864 owner->t_sobj_ops &&
2865 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX &&
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c131 struct _sobj_ops *t_sobj_ops; member in struct:mdb_findstack_kthread
162 fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops;
H A Dsobj.c280 (uintptr_t)t->t_sobj_ops);
H A Dthread.c514 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in321 pr_stype = T->t_sobj_ops ? T->t_sobj_ops->sobj_type : 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h133 struct _sobj_ops *t_sobj_ops; member in struct:_kthread
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c511 t->t_sobj_ops = &lwp_sobj_ops;
1451 tp->t_sobj_ops = NULL;
1482 tp->t_sobj_ops = NULL;
2315 tp->t_sobj_ops = NULL;
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1445 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) {
1848 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE)
2034 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2529 if ((sobj = t->t_sobj_ops) != NULL)
2596 if ((sobj = t->t_sobj_ops) != NULL)

Completed in 126 milliseconds