Searched refs:sv_olock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h125 kmutex_t sv_olock; /* mutual exclusion for otyp flags */ member in struct:sv_dev_s
H A Dsv.c329 * sv_olock protects the otyp/open members of the sv_dev_t. If we need
330 * to hold both sv_lock and sv_olock, then the sv_lock must be acquired
371 mutex_init(&sv_devs[i].sv_olock, NULL, MUTEX_DRIVER, NULL);
472 mutex_destroy(&sv_devs[i].sv_olock);
1294 mutex_enter(&svp->sv_olock);
1296 mutex_exit(&svp->sv_olock);
1337 mutex_enter(&svp->sv_olock);
1346 mutex_exit(&svp->sv_olock);
1354 mutex_exit(&svp->sv_olock);
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c507 addr + OFFSETOF(sv_dev_t, sv_olock));

Completed in 55 milliseconds