Home
last modified time | relevance | path

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

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