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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c171 static kmutex_t mdi_pathmap_mutex; variable
334 mutex_init(&mdi_pathmap_mutex, NULL, MUTEX_DRIVER, NULL);
2935 static char path[MAXPATHLEN]; /* mdi_pathmap_mutex protects */
2972 mutex_enter(&mdi_pathmap_mutex);
2998 mutex_exit(&mdi_pathmap_mutex);
3045 mutex_enter(&mdi_pathmap_mutex);
3051 mutex_exit(&mdi_pathmap_mutex);
3067 mutex_enter(&mdi_pathmap_mutex);
3073 mutex_exit(&mdi_pathmap_mutex);

Completed in 75 milliseconds