Searched refs:soft_config_mutex (Results 1 - 3 of 3) 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...]
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c130 mutex_enter(&soft_config_mutex);
136 mutex_exit(&soft_config_mutex);
206 mutex_enter(&soft_config_mutex);
232 mutex_exit(&soft_config_mutex);
245 mutex_exit(&soft_config_mutex);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h426 extern kmutex_t soft_config_mutex;

Completed in 86 milliseconds