Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h273 # define RWLOCK_EXIT(x) rw_exit(&(x)->ipf_lk) macro
448 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
456 # define RWLOCK_EXIT(x) MUTEX_EXIT(x) macro
604 # define RWLOCK_EXIT(x) RW_UNLOCK(&(x)->ipf_lk) macro
609 # define RWLOCK_EXIT(x) MUTEX_EXIT(&(x)->ipf_lk) macro
678 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
907 # define RWLOCK_EXIT(x) mtx_unlock(&(x)->ipf_lk) macro
919 # define RWLOCK_EXIT(x) sx_unlock(x) macro
921 # define RWLOCK_EXIT(x) do { \ macro
1138 # define RWLOCK_EXIT(x) ipf_rw_exit(x) macro
[all …]