HomeSort by: relevance | last modified time | path
    Searched refs:usc_htc_cv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_athn_usb.h 452 kcondvar_t usc_htc_cv; member in struct:athn_usb_softc
if_athn_usb.c 285 cv_init(&usc->usc_htc_cv, "athnhtc");
357 cv_destroy(&usc->usc_htc_cv);
511 error = cv_timedwait(&usc->usc_htc_cv, &usc->usc_msg_mtx, hz);
1000 error = cv_timedwait(&usc->usc_htc_cv, &usc->usc_msg_mtx, hz);
1022 cv_broadcast(&usc->usc_htc_cv);
1069 error = cv_timedwait(&usc->usc_htc_cv, &usc->usc_msg_mtx, hz);
1158 cv_broadcast(&usc->usc_htc_cv);

Completed in 14 milliseconds