Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s972 jnz rw_exit_wakeup
987 jmp rw_exit_wakeup /* last reader with waiters */
994 jnz rw_exit_wakeup
1060 jnz rw_exit_wakeup
1074 jmp rw_exit_wakeup /* last reader with waiters */
1081 jnz rw_exit_wakeup
/titanic_41/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s559 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
571 ba,pt %xcc, rw_exit_wakeup ! otherwise, wake waiters
576 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
/titanic_41/usr/src/uts/common/os/
H A Drwlock.c411 rw_exit_wakeup(rwlock_impl_t *lp) in rw_exit_wakeup() function