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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c380 static kmutex_t sbus_attachcnt_mutex; /* sbus_attachcnt lock - attach/detach */ variable
415 mutex_init(&sbus_attachcnt_mutex, NULL, MUTEX_DRIVER, NULL);
428 mutex_destroy(&sbus_attachcnt_mutex);
684 mutex_enter(&sbus_attachcnt_mutex);
694 mutex_exit(&sbus_attachcnt_mutex);
2505 mutex_enter(&sbus_attachcnt_mutex);
2510 mutex_exit(&sbus_attachcnt_mutex);

Completed in 47 milliseconds