Home
last modified time | relevance | path

Searched refs:poll_wait (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c158 if (!cv_wait_sig(&ufile->poll_wait, &ufile->lock)) { in sol_uverbs_event_file_read()
174 if (!cv_wait_sig(&ufile->poll_wait, &ufile->lock)) { in sol_uverbs_event_file_read()
347 cv_init(&ufile->poll_wait, NULL, CV_DRIVER, NULL); in uverbs_alloc_event_file()
410 cv_destroy(&ufile->poll_wait); in uverbs_release_event_file()
865 cv_signal(&ufile->poll_wait); in uverbs_async_event_common()
H A Dsol_uverbs_comp.c832 cv_signal(&ufile->poll_wait); in sol_uverbs_comp_event_handler()
H A Dsol_uverbs_qp.c2695 cv_signal(&ufile->poll_wait); in uverbs_cq_ctrl()
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h118 kcondvar_t poll_wait; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7436 time_t poll_wait = 0; in ql_start_cmd() local
7481 poll_wait = (sp->wdg_q_time + 2) * WATCHDOG_TIME; in ql_start_cmd()
7483 poll_wait = pkt->pkt_timeout; in ql_start_cmd()
7542 if (poll_wait) { in ql_start_cmd()
7543 if (ql_poll_cmd(ha, sp, poll_wait) != QL_SUCCESS) { in ql_start_cmd()
7606 ql_poll_cmd(ql_adapter_state_t *vha, ql_srb_t *sp, time_t poll_wait) in ql_poll_cmd() argument
7609 time_t msecs_left = poll_wait * 100; /* 10ms inc */ in ql_poll_cmd()