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

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dhscimpl.h84 kmutex_t hsc_mutex; member in struct:hsc_state
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c185 static kmutex_t hsc_mutex; variable
965 mutex_enter(&hsc_mutex);
968 mutex_exit(&hsc_mutex);
999 mutex_enter(&hsc_mutex);
1012 mutex_exit(&hsc_mutex);
1139 mutex_enter(&hsc_mutex);
1144 mutex_exit(&hsc_mutex);
1724 mutex_init(&hsc->hsc_mutex, NULL, MUTEX_DRIVER, NULL);
1750 mutex_destroy(&hsc->hsc_mutex);
1844 mutex_destroy(&hsc->hsc_mutex);
[all...]

Completed in 61 milliseconds