Searched refs:cv_mbx_wait (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c115 cv_stat = cv_reltimedwait_sig(&ha->cv_mbx_wait,
125 cv_broadcast(&ha->cv_mbx_wait);
272 cv_broadcast(&ha->cv_mbx_wait);
H A Dql_api.c11880 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex,
15924 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex,
15964 cv_broadcast(&ha->cv_mbx_wait);
16931 cv_init(&ha->cv_mbx_wait, NULL, CV_DRIVER, NULL);
16990 cv_destroy(&ha->cv_mbx_wait);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1483 kcondvar_t cv_mbx_wait; member in struct:ql_adapter_state

Completed in 85 milliseconds