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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1585 kmutex_t cache_mutex; member in struct:ql_adapter_state
1938 #define CACHE_LOCK(ha) mutex_enter(&ha->pha->cache_mutex);
1939 #define CACHE_UNLOCK(ha) mutex_exit(&ha->pha->cache_mutex);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16941 mutex_init(&ha->cache_mutex, NULL, MUTEX_DRIVER, intr);
16985 mutex_destroy(&ha->cache_mutex);

Completed in 90 milliseconds