Searched refs:t_ts (Results 1 – 5 of 5) sorted by relevance
428 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()
381 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()
517 t.t_wchan, t.t_ts, t.t_prioinv, stbuf); in thread()
233 curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP); in thread_init()416 t->t_ts = ts; in thread_create()771 if (t->t_ts->ts_waiters > 0) in thread_free()774 kmem_cache_free(turnstile_cache, t->t_ts); in thread_free()
258 struct turnstile *t_ts; member