Home
last modified time | relevance | path

Searched refs:xcr_cv (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c150 cv_destroy(&xcr->xcr_cv); in xhci_command_ring_fini()
185 cv_init(&xcr->xcr_cv, NULL, CV_DRIVER, NULL); in xhci_command_ring_init()
240 ret = cv_reltimedwait(&xcr->xcr_cv, &xcr->xcr_lock, delay, in xhci_command_timeout()
328 cv_broadcast(&xcr->xcr_cv); in xhci_command_event_callback()
378 cv_broadcast(&xcr->xcr_cv); in xhci_command_event_callback()
408 cv_wait(&xcr->xcr_cv, &xcr->xcr_lock); in xhci_command_submit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h448 kcondvar_t xcr_cv; member