Home
last modified time | relevance | path

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

/NextBSD/sys/netipsec/
HDipsec.h129 #define IPSECREQUEST_LOCK_INIT(_isr) \ argument
131 #define IPSECREQUEST_LOCK(_isr) rw_rlock(&(_isr)->lock) argument
132 #define IPSECREQUEST_UNLOCK(_isr) rw_runlock(&(_isr)->lock) argument
133 #define IPSECREQUEST_WLOCK(_isr) rw_wlock(&(_isr)->lock) argument
134 #define IPSECREQUEST_WUNLOCK(_isr) rw_wunlock(&(_isr)->lock) argument
135 #define IPSECREQUEST_UPGRADE(_isr) rw_try_upgrade(&(_isr)->lock) argument
136 #define IPSECREQUEST_DOWNGRADE(_isr) rw_downgrade(&(_isr)->lock) argument
137 #define IPSECREQUEST_LOCK_DESTROY(_isr) rw_destroy(&(_isr)->lock) argument
138 #define IPSECREQUEST_LOCK_ASSERT(_isr) rw_assert(&(_isr)->lock, RA_LOCKED) argument