Searched defs:cache_mutex (Results 1 - 1 of 1) 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);

Completed in 92 milliseconds