Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c571 kmutex_t *upi_lock = (kmutex_t *)t->t_wchan; in turnstile_block() local
573 ASSERT(IS_UPI(upi_lock)); in turnstile_block()
582 while (mutex_owner(upi_lock) == owner) { in turnstile_block()