Home
last modified time | relevance | path

Searched refs:t_lockp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c124 lock_t *volatile *tlpp = &t->t_lockp; in thread_lock()
167 lock_t *volatile *tlpp = &t->t_lockp; in thread_lock_high()
197 ASSERT(t->t_lockp != &transition_lock); in thread_transition()
199 lp = t->t_lockp; in thread_transition()
200 t->t_lockp = &transition_lock; in thread_transition()
216 ASSERT(t->t_lockp != &stop_lock); in thread_stop()
218 lp = t->t_lockp; in thread_stop()
224 t->t_lockp = &stop_lock; in thread_stop()
H A Dshuttle.c126 oldtlp = t->t_lockp; in shuttle_resume()
H A Dthread.c746 t->t_lockp = NULL; /* nothing should try to lock this thread now */ in thread_free()
1446 ASSERT(t->t_lockp == &transition_lock); in setrun_locked()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h202 disp_lock_t *t_lockp; /* pointer to the dispatcher lock */ member
594 #define thread_unlock(t) disp_lock_exit((t)->t_lockp)
595 #define thread_unlock_high(t) disp_lock_exit_high((t)->t_lockp)
596 #define thread_unlock_nopreempt(t) disp_lock_exit_nopreempt((t)->t_lockp)
598 #define THREAD_LOCK_HELD(t) (DISP_LOCK_HELD((t)->t_lockp))
636 ((tp)->t_state = state, (tp)->t_lockp = lp)
647 #define THREAD_TRANSITION_NOLOCK(tp) ((tp)->t_lockp = &transition_lock)
687 tlp = (tp)->t_lockp; \
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c526 if (!turnstile_interlock(t->t_lockp, &owner->t_lockp)) { in turnstile_block()
576 if (t->t_lockp != owner->t_lockp) in turnstile_block()
595 if (t->t_lockp != owner->t_lockp) in turnstile_block()
665 ASSERT(t->t_lockp == &tc->tc_lock); in turnstile_dequeue()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in89 t_lockp
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in132 t_lockp
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1463 tlp = caller->t_lockp; in door_return()
1888 tlp = server_t->t_lockp; in door_get_server()