Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c429 ts = turnstile_lookup(lp); in mutex_vector_enter()
522 ts = turnstile_lookup(lp); in mutex_vector_exit()
633 turnstile_t *ts = turnstile_lookup(lp); in mutex_destroy()
H A Drwlock.c325 ts = turnstile_lookup(lp); in rw_enter_sleep()
475 ts = turnstile_lookup(lp); in rw_exit_wakeup()
576 turnstile_t *ts = turnstile_lookup(lp); in rw_downgrade()
H A Dturnstile.c282 turnstile_lookup(void *sobj) in turnstile_lookup() function
/illumos-gate/usr/src/uts/common/sys/
H A Dturnstile.h61 extern turnstile_t *turnstile_lookup(void *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c670 ts = turnstile_lookup(upimutex); in upimutex_unlock()
843 ts = turnstile_lookup((upimutex_t *)upimutex); in lwp_upimutex_lock()