Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c245 #define LOCK_MOD(_imp, _rw) \ argument
246 rw_enter((_imp)->ippm_lock, (_rw))
247 #define UNLOCK_MOD(_imp) \ argument
248 rw_exit((_imp)->ippm_lock)
252 #define UNLOCK_ACTION(_imp) \ argument
253 rw_exit((_imp)->ippa_lock)