Home
last modified time | relevance | path

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

/titanic_51/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_WRITE argument
161 UNM_WRITE_UNLOCK(_lp_) global() argument
162 UNM_READ_LOCK(_lp_) global() argument
163 UNM_READ_UNLOCK(_lp_) global() argument
164 UNM_WRITE_LOCK_IRQS(_lp_,_fl_) global() argument
165 UNM_WRITE_UNLOCK_IRQR(_lp_,_fl_) global() argument
[all...]