Searched refs:sdlock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c155 kmutex_t *sdlock = NULL; local
168 sdlock = &stp->sd_ciputctrl[ix].ciputctrl_lock;
169 mutex_enter(sdlock);
171 mutex_enter(sdlock = &stp->sd_lock);
192 mutex_exit(sdlock);
201 mutex_exit(sdlock);
H A Dddi.c496 kmutex_t *sdlock; local
503 sdlock = &stp->sd_ciputctrl[ix].ciputctrl_lock;
504 mutex_enter(sdlock);
506 mutex_enter(sdlock = &stp->sd_reflock);
516 mutex_exit(sdlock);
522 if (sdlock != &stp->sd_reflock) {
523 mutex_exit(sdlock);

Completed in 61 milliseconds