Searched defs:RWLOCK_EXIT (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h268 # define RWLOCK_EXIT(x) rw_exit(&(x)->ipf_lk) macro
442 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
450 # define RWLOCK_EXIT(x) MUTEX_EXIT(x) macro
598 # define RWLOCK_EXIT(x) RW_UNLOCK(&(x)->ipf_lk) macro
603 # define RWLOCK_EXIT(x) MUTEX_EXIT(&(x)->ipf_lk) macro
672 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
901 # define RWLOCK_EXIT(x) mtx_unlock(&(x)->ipf_lk) macro
913 # define RWLOCK_EXIT(x) sx_unlock(x) macro
915 # define RWLOCK_EXIT(x) do { \ macro
1132 # define RWLOCK_EXIT( macro
1272 # define RWLOCK_EXIT macro
1508 # define RWLOCK_EXIT macro
1712 # define RWLOCK_EXIT macro
[all...]

Completed in 47 milliseconds