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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c89 * protected by the dd_mutex and i_dls_devnet_lock. Thus most of the
100 kmutex_t dd_mutex; member in struct:dls_devnet_s
123 mutex_init(&ddp->dd_mutex, NULL, MUTEX_DEFAULT, NULL);
137 mutex_destroy(&ddp->dd_mutex);
627 mutex_enter(&ddp->dd_mutex);
631 mutex_exit(&ddp->dd_mutex);
640 mutex_enter(&ddp->dd_mutex);
642 cv_wait(&ddp->dd_cv, &ddp->dd_mutex);
643 mutex_exit(&ddp->dd_mutex);
651 mutex_enter(&ddp->dd_mutex);
[all...]

Completed in 47 milliseconds