Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/disp/
H A Dshuttle.c57 t->t_sobj_ops = NULL; in shuttle_unsleep()
101 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_resume()
132 t->t_sobj_ops = NULL; in shuttle_resume()
191 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_swtch()
230 t->t_sobj_ops = &shuttle_sobj_ops; in shuttle_sleep()
H A Dthread.c1239 SOBJ_UNSLEEP(t->t_sobj_ops, t); in setrun_locked()
1794 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); in thread_change_epri()
1854 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri); in thread_change_pri()
/titanic_44/usr/src/uts/common/os/
H A Dturnstile.c461 t->t_sobj_ops = sobj_ops; in turnstile_block()
490 while (t->t_sobj_ops != NULL && in turnstile_block()
491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) { in turnstile_block()
568 if (SOBJ_TYPE(t->t_sobj_ops) != SOBJ_USER_PI && in turnstile_block()
569 owner->t_sobj_ops != NULL && in turnstile_block()
570 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_USER_PI) { in turnstile_block()
574 ASSERT(SOBJ_TYPE(t->t_sobj_ops) == SOBJ_MUTEX); in turnstile_block()
708 t->t_sobj_ops = NULL; in turnstile_dequeue()
H A Dsleepq.c179 t->t_sobj_ops = NULL; in sleepq_unsleep()
231 tp->t_sobj_ops = NULL; in sleepq_wakeone_chan()
262 tp->t_sobj_ops = NULL; in sleepq_wakeall_chan()
H A Dsemaphore.c82 curthread->t_sobj_ops = &sema_sobj_ops; \
188 t->t_sobj_ops = NULL; in sema_unsleep()
305 tp->t_sobj_ops = NULL; in sema_p_sig()
353 tp->t_sobj_ops = NULL; in sema_v()
H A Dcondvar.c155 t->t_sobj_ops = &cv_sobj_ops; in cv_block()
H A Dsunpm.c2864 owner->t_sobj_ops && in pm_blocked_by_us()
2865 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX && in pm_blocked_by_us()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c131 struct _sobj_ops *t_sobj_ops; member
162 fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops; in stacks_findstack()
H A Dsobj.c280 (uintptr_t)t->t_sobj_ops); in wchaninfo_twalk()
H A Dthread.c514 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops); in thread()
/titanic_44/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in321 pr_stype = T->t_sobj_ops ? T->t_sobj_ops->sobj_type : 0;
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h133 struct _sobj_ops *t_sobj_ops; member
/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_sobj.c510 t->t_sobj_ops = &lwp_sobj_ops; in lwp_block()
1435 tp->t_sobj_ops = NULL; in lwp_release()
1466 tp->t_sobj_ops = NULL; in lwp_release_all()
2299 tp->t_sobj_ops = NULL; in lwp_rwlock_release()
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1445 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) { in door_return()
1848 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE) in door_get_server()
2034 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE) in door_slam()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c2529 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo()
2596 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo32()