Home
last modified time | relevance | path

Searched refs:CACHE_LOCK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c265 CACHE_LOCK(ha); in ql_populate_hba_fru_details()
H A Dql_ioctl.c1238 CACHE_LOCK(ha); in ql_vpd_load()
1295 CACHE_LOCK(ha); in ql_vpd_dump()
H A Dql_xioctl.c3020 CACHE_LOCK(ha); in ql_get_fcache()
3136 CACHE_LOCK(ha); in ql_get_fcache_ex()
6443 CACHE_LOCK(ha); in ql_setup_fcache()
6601 CACHE_LOCK(ha); in ql_update_fcache()
6712 CACHE_LOCK(ha2); in ql_update_flash_caches()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1938 #define CACHE_LOCK(ha) mutex_enter(&ha->pha->cache_mutex); macro