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

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c356 * the dcd_attach_mutex only protects dcd_max_instance in multi-threaded
359 static kmutex_t dcd_attach_mutex; variable
370 mutex_init(&dcd_attach_mutex, NULL, MUTEX_DRIVER, NULL);
373 mutex_destroy(&dcd_attach_mutex);
390 mutex_destroy(&dcd_attach_mutex);
416 mutex_enter(&dcd_attach_mutex);
419 mutex_exit(&dcd_attach_mutex);

Completed in 64 milliseconds