Searched defs:tsoft_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c66 kmutex_t tsoft_lock; member in struct:agp_target_softstate
468 mutex_enter(&st->tsoft_lock);
470 mutex_exit(&st->tsoft_lock);
545 mutex_init(&softstate->tsoft_lock, NULL, MUTEX_DRIVER, NULL);
619 mutex_destroy(&softstate->tsoft_lock);
643 mutex_enter(&st->tsoft_lock);
660 mutex_exit(&st->tsoft_lock);
671 mutex_exit(&st->tsoft_lock);
678 mutex_exit(&st->tsoft_lock);
704 mutex_exit(&st->tsoft_lock);
[all...]

Completed in 46 milliseconds