Searched refs:ms_wait (Results 1 – 3 of 3) sorted by relevance
294 cv_init(&dm2sp->ms_wait, NULL, CV_DRIVER, NULL); in dm2s_attach()666 cv_destroy(&dm2sp->ms_wait); in dm2s_cleanup()703 if (cv_wait_sig(&dm2sp->ms_wait, in dm2s_mbox_init()738 ret = cv_reltimedwait_sig(&dm2sp->ms_wait, in dm2s_mbox_init()822 cv_broadcast(&dm2sp->ms_wait); in dm2s_event_handler()882 cv_broadcast(&dm2sp->ms_wait); in dm2s_event_handler()
51 kcondvar_t ms_wait; /* Cond. var to signal events */ member
2137 int i, ms_wait; in e1000_rx_fifo_flush_82575() local2151 for (ms_wait = 0; ms_wait < 10; ms_wait++) { in e1000_rx_fifo_flush_82575()2160 if (ms_wait == 10) in e1000_rx_fifo_flush_82575()