Searched refs:INTR_LOCK (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h212 * NOTE: INTR_LOCK() should be held prior to grabbing WAITQ_LOCK() if both
215 #define INTR_LOCK(skdev) mutex_enter(&skdev->skd_intr_mutex) macro
H A Dskd.c1195 INTR_LOCK(skdev);
2217 INTR_LOCK(skdev);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c338 INTR_LOCK(ha);
H A Dql_init.c2750 INTR_LOCK(ha);
3918 INTR_LOCK(ha);
H A Dql_isr.c189 INTR_LOCK(ha);
1509 INTR_LOCK(ha);
H A Dql_mbx.c183 INTR_LOCK(ha);
200 INTR_LOCK(ha);
H A Dql_api.c2217 INTR_LOCK(ha);
7632 INTR_LOCK(ha);
10021 INTR_LOCK(ha);
10070 INTR_LOCK(ha);
10379 INTR_LOCK(ha);
10388 INTR_LOCK(ha);
10411 INTR_LOCK(ha);
H A Dql_xioctl.c1763 INTR_LOCK(ha);
1819 INTR_LOCK(ha);
1869 * INTR_LOCK must be already obtained.
5584 INTR_LOCK(ha);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1929 #define INTR_LOCK(ha) mutex_enter(&ha->pha->intr_mutex) macro

Completed in 129 milliseconds