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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c46 kmutex_t soft_config_mutex; variable
55 * This list is protected by the soft_config_mutex.
180 mutex_init(&soft_config_mutex, NULL, MUTEX_DRIVER, NULL);
223 mutex_enter(&soft_config_mutex);
239 mutex_exit(&soft_config_mutex);
356 mutex_enter(&soft_config_mutex);
361 mutex_exit(&soft_config_mutex);
372 mutex_enter(&soft_config_mutex);
377 mutex_exit(&soft_config_mutex);
387 mutex_exit(&soft_config_mutex);
[all...]

Completed in 68 milliseconds