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

/illumos-gate/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)) {
174 if (!cv_wait_sig(&ufile->poll_wait, &ufile->lock)) {
347 cv_init(&ufile->poll_wait, NULL, CV_DRIVER, NULL);
410 cv_destroy(&ufile->poll_wait);
865 cv_signal(&ufile->poll_wait);
H A Dsol_uverbs_comp.c832 cv_signal(&ufile->poll_wait);
H A Dsol_uverbs_qp.c2695 cv_signal(&ufile->poll_wait);
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h118 kcondvar_t poll_wait; member in struct:uverbs_ufile_uobj
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7436 time_t poll_wait = 0; local
7481 poll_wait = (sp->wdg_q_time + 2) * WATCHDOG_TIME;
7483 poll_wait = pkt->pkt_timeout;
7542 if (poll_wait) {
7543 if (ql_poll_cmd(ha, sp, poll_wait) != QL_SUCCESS) {
7597 * poll_wait = poll wait time in seconds.
7606 ql_poll_cmd(ql_adapter_state_t *vha, ql_srb_t *sp, time_t poll_wait) argument
7609 time_t msecs_left = poll_wait * 100; /* 10ms inc */

Completed in 99 milliseconds