Searched refs:zs_excl_hi (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_async.c242 mutex_enter(zs->zs_excl_hi); \
252 mutex_exit(zs->zs_excl_hi); \
257 * Should be called holding the spin (zs_excl_hi) mutex.
287 * Should get the spin (zs_excl_hi) mutex.
291 mutex_enter(zs->zs_excl_hi); \
294 mutex_exit(zs->zs_excl_hi); \
298 * Should be called holding the spin (zs_excl_hi) mutex.
318 * Should be called holding the spin (zs_excl_hi) mutex.
680 mutex_enter(zs->zs_excl_hi);
705 mutex_exit(zs->zs_excl_hi);
[all...]
H A Dzs_hdlc.c302 mutex_enter(zs->zs_excl_hi); \
304 mutex_exit(zs->zs_excl_hi); \
309 mutex_exit(zs->zs_excl_hi); \
318 * Should be called holding the spin (zs_excl_hi) mutex.
592 mutex_enter(zs->zs_excl_hi);
599 mutex_exit(zs->zs_excl_hi);
670 mutex_enter(zs->zs_excl_hi);
676 mutex_exit(zs->zs_excl_hi);
692 mutex_enter(zs->zs_excl_hi);
733 mutex_exit(zs->zs_excl_hi);
[all...]
H A Dzs_common.c467 (zs+1)->zs_excl_hi = zs->zs_excl_hi = &zs_curr_lock;
921 ASSERT(mutex_owned(zs->zs_excl_hi));
962 mutex_exit(zs->zs_excl_hi);
966 mutex_enter(zs->zs_excl_hi);
987 ASSERT(mutex_owned(zs->zs_excl_hi));
1095 mutex_enter(zs->zs_excl_hi);
1105 mutex_exit(zs->zs_excl_hi);
1120 mutex_enter(zs->zs_excl_hi);
1124 mutex_exit(zs->zs_excl_hi);
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dzsdev.h195 * by the mutex whose handle is stored in zs_excl_hi. All others can be
220 * are protected by zs_excl_hi.
227 kmutex_t *zs_excl_hi; /* zs spinlock mutex */ member in struct:zscom

Completed in 29 milliseconds