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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h260 # define RWLOCK_EXIT(x) rw_exit(&(x)->ipf_lk) macro
453 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
461 # define RWLOCK_EXIT(x) MUTEX_EXIT(x) macro
603 # define RWLOCK_EXIT(x) RW_UNLOCK(&(x)->ipf_lk) macro
608 # define RWLOCK_EXIT(x) MUTEX_EXIT(&(x)->ipf_lk) macro
678 # define RWLOCK_EXIT(x) lock_done(&(x)->ipf_lk) macro
881 # define RWLOCK_EXIT(x) do { \ macro
900 # define RWLOCK_EXIT(x) mtx_unlock(&(x)->ipf_lk) macro
913 # define RWLOCK_EXIT(x) sx_unlock(&(x)->ipf_lk) macro
915 # define RWLOCK_EXIT( macro
1177 # define RWLOCK_EXIT macro
1319 # define RWLOCK_EXIT macro
1561 # define RWLOCK_EXIT macro
1780 # define RWLOCK_EXIT macro
[all...]

Completed in 106 milliseconds