Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h155 #define UNM_SPIN_LOCK(_lp_) mutex_enter((_lp_)) argument
156 #define UNM_SPIN_UNLOCK(_lp_) mutex_exit((_lp_)) argument
157 #define UNM_SPIN_LOCK_ISR(_lp_) mutex_enter((_lp_)) argument
158 #define UNM_SPIN_UNLOCK_ISR(_lp_) mutex_exit((_lp_)) argument
160 #define UNM_WRITE_LOCK(_lp_) rw_enter((_lp_), RW_WRITER) argument
161 #define UNM_WRITE_UNLOCK(_lp_) rw_exit((_lp_)) argument
162 #define UNM_READ_LOCK(_lp_) rw_enter((_lp_), RW_READER) argument
163 #define UNM_READ_UNLOCK(_lp_) rw_exit((_lp_)) argument
164 #define UNM_WRITE_LOCK_IRQS(_lp_, _fl_) rw_enter((_lp_), RW_WRITER) argument
165 #define UNM_WRITE_UNLOCK_IRQR(_lp_, _fl_) rw_exit((_lp_)) argument