Searched refs:_lp_ (Results 1 – 1 of 1) sorted by relevance
155 #define UNM_SPIN_LOCK(_lp_) mutex_enter((_lp_)) argument156 #define UNM_SPIN_UNLOCK(_lp_) mutex_exit((_lp_)) argument157 #define UNM_SPIN_LOCK_ISR(_lp_) mutex_enter((_lp_)) argument158 #define UNM_SPIN_UNLOCK_ISR(_lp_) mutex_exit((_lp_)) argument160 #define UNM_WRITE_LOCK(_lp_) rw_enter((_lp_), RW_WRITER) argument161 #define UNM_WRITE_UNLOCK(_lp_) rw_exit((_lp_)) argument162 #define UNM_READ_LOCK(_lp_) rw_enter((_lp_), RW_READER) argument163 #define UNM_READ_UNLOCK(_lp_) rw_exit((_lp_)) argument164 #define UNM_WRITE_LOCK_IRQS(_lp_, _fl_) rw_enter((_lp_), RW_WRITER) argument165 #define UNM_WRITE_UNLOCK_IRQR(_lp_, _fl_) rw_exit((_lp_)) argument