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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1601 kmutex_t portmutex; member in struct:ql_adapter_state
1941 #define PORTMANAGE_LOCK(ha) mutex_enter(&ha->pha->portmutex);
1942 #define PORTMANAGE_UNLOCK(ha) mutex_exit(&ha->pha->portmutex);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16953 mutex_init(&ha->portmutex, NULL, MUTEX_DRIVER, intr);
16981 mutex_destroy(&ha->portmutex);

Completed in 100 milliseconds