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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c167 kmutex_t ibcm_path_cache_mutex; variable
195 mutex_enter(&ibcm_path_cache_mutex);
201 mutex_exit(&ibcm_path_cache_mutex);
213 mutex_init(&ibcm_path_cache_mutex, NULL, MUTEX_DEFAULT, NULL);
214 mutex_enter(&ibcm_path_cache_mutex);
219 mutex_exit(&ibcm_path_cache_mutex);
229 mutex_enter(&ibcm_path_cache_mutex);
236 mutex_exit(&ibcm_path_cache_mutex);
239 mutex_destroy(&ibcm_path_cache_mutex);
253 mutex_enter(&ibcm_path_cache_mutex);
[all...]

Completed in 48 milliseconds