Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s971 jnz rw_exit_wakeup
985 jmp rw_exit_wakeup /* last reader with waiters */
992 jnz rw_exit_wakeup
1058 jnz rw_exit_wakeup
1072 jmp rw_exit_wakeup /* last reader with waiters */
1079 jnz rw_exit_wakeup
/titanic_50/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s555 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
567 ba,pt %xcc, rw_exit_wakeup ! otherwise, wake waiters
572 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
/titanic_50/usr/src/uts/common/os/
H A Drwlock.c405 rw_exit_wakeup(rwlock_impl_t *lp) in rw_exit_wakeup() function