Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c159 if (!cv_wait_sig(&ufile->poll_wait, &ufile->lock)) { in sol_uverbs_event_file_read()
175 if (!cv_wait_sig(&ufile->poll_wait, &ufile->lock)) { in sol_uverbs_event_file_read()
348 cv_init(&ufile->poll_wait, NULL, CV_DRIVER, NULL); in uverbs_alloc_event_file()
412 cv_destroy(&ufile->poll_wait); in uverbs_release_event_file()
867 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()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h118 kcondvar_t poll_wait; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1368 uint8_t poll_wait; member
1374 uint8_t poll_wait;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2627 if (cacheEntry->b.cv.poll_wait) { in ql_8021_md_L2Cache()
2629 timeout += drv_usectohz(cacheEntry->b.cv.poll_wait * in ql_8021_md_L2Cache()
H A Dql_api.c7834 time_t poll_wait = 0; in ql_start_cmd() local
7879 poll_wait = (sp->wdg_q_time + 2) * WATCHDOG_TIME; in ql_start_cmd()
7881 poll_wait = pkt->pkt_timeout; in ql_start_cmd()
7940 if (poll_wait) { in ql_start_cmd()
7941 if (ql_poll_cmd(ha, sp, poll_wait) != QL_SUCCESS && in ql_start_cmd()
7999 ql_poll_cmd(ql_adapter_state_t *vha, ql_srb_t *sp, time_t poll_wait) in ql_poll_cmd() argument
8003 time_t msecs_left = poll_wait * 100; /* 10ms inc */ in ql_poll_cmd()