Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ml/
H A Dlock_prim.S481 jnz rw_exit_wakeup
496 jmp rw_exit_wakeup /* last reader with waiters */
503 jnz rw_exit_wakeup
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S387 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
399 ba,pt %xcc, rw_exit_wakeup ! otherwise, wake waiters
404 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
/illumos-gate/usr/src/uts/common/os/
H A Drwlock.c405 rw_exit_wakeup(rwlock_impl_t *lp) in rw_exit_wakeup() function