Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c428 ts = t->t_ts; in turnstile_block()
439 turnstile_t *myts = t->t_ts; in turnstile_block()
442 t->t_ts = ts; in turnstile_block()
594 turnstile_pi_inherit(t->t_ts, owner, DISP_PRIO(t)); in turnstile_block()
660 turnstile_t *ts = t->t_ts; in turnstile_dequeue()
670 t->t_ts = tsfree; in turnstile_dequeue()
704 ASSERT(t->t_ts == ts); in turnstile_dequeue()
733 ASSERT(t->t_ts == ts); in turnstile_wakeup()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c381 uintptr_t addr = (uintptr_t)((const kthread_t *)wsp->walk_layer)->t_ts; in blocked_walk_step()
406 uintptr_t addr = (uintptr_t)t->t_ts; in rwlock_walk()
H A Dthread.c520 t.t_wchan, t.t_ts, t.t_prioinv, stbuf); in thread()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c235 curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP); in thread_init()
418 t->t_ts = ts; in thread_create()
756 if (t->t_ts->ts_waiters > 0) in thread_free()
759 kmem_cache_free(turnstile_cache, t->t_ts); in thread_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h263 struct turnstile *t_ts; member