Home
last modified time | relevance | path

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.c114 cv_stat = cv_reltimedwait_sig(&ha->cv_mbx_wait, in ql_mailbox_command()
124 cv_broadcast(&ha->cv_mbx_wait); in ql_mailbox_command()
272 cv_broadcast(&ha->cv_mbx_wait); in ql_mailbox_command()
H A Dql_api.c12314 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex, in ql_binary_fw_dump()
16998 if (cv_reltimedwait(&ha->cv_mbx_wait, &ha->mbx_mutex, in ql_suspend_adapter()
17025 cv_broadcast(&ha->cv_mbx_wait); in ql_suspend_adapter()
17936 cv_init(&ha->cv_mbx_wait, NULL, CV_DRIVER, NULL); in ql_init_mutex()
17986 cv_destroy(&ha->cv_mbx_wait); in ql_destroy_mutex()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1715 kcondvar_t cv_mbx_wait; member