Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c55 t->t_sobj_ops = NULL; in shuttle_unsleep()
99 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_resume()
130 t->t_sobj_ops = NULL; in shuttle_resume()
189 curthread->t_sobj_ops = &shuttle_sobj_ops; in shuttle_swtch()
228 t->t_sobj_ops = &shuttle_sobj_ops; in shuttle_sleep()
H A Dthread.c1404 SOBJ_UNSLEEP(t->t_sobj_ops, t); in setrun_locked()
1961 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); in thread_change_epri()
2021 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri); in thread_change_pri()
/illumos-gate/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.c178 t->t_sobj_ops = NULL; in sleepq_unsleep()
230 tp->t_sobj_ops = NULL; in sleepq_wakeone_chan()
261 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.c156 t->t_sobj_ops = &cv_sobj_ops; in cv_block()
H A Dsunpm.c2859 owner->t_sobj_ops && in pm_blocked_by_us()
2860 SOBJ_TYPE(owner->t_sobj_ops) == SOBJ_MUTEX && in pm_blocked_by_us()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c132 struct _sobj_ops *t_sobj_ops; member
163 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.c517 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops); in thread()
/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.h140 struct _sobj_ops *t_sobj_ops; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c510 t->t_sobj_ops = &lwp_sobj_ops; in lwp_block()
1450 tp->t_sobj_ops = NULL; in lwp_release()
1481 tp->t_sobj_ops = NULL; in lwp_release_all()
2314 tp->t_sobj_ops = NULL; in lwp_rwlock_release()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1460 SOBJ_TYPE(caller->t_sobj_ops) == SOBJ_SHUTTLE) { in door_return()
1863 SOBJ_TYPE(server_t->t_sobj_ops) == SOBJ_SHUTTLE) in door_get_server()
2049 SOBJ_TYPE(t->t_sobj_ops) == SOBJ_SHUTTLE) in door_slam()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3312 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo()
3378 if ((sobj = t->t_sobj_ops) != NULL) in prgetlwpsinfo32()