Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c200 mutex_enter(&xcr->xcr_lock); in xhci_command_timeout()
205 mutex_exit(&xcr->xcr_lock); in xhci_command_timeout()
213 mutex_exit(&xcr->xcr_lock); in xhci_command_timeout()
229 mutex_exit(&xcr->xcr_lock); in xhci_command_timeout()
277 mutex_exit(&xcr->xcr_lock); in xhci_command_timeout()
315 mutex_enter(&xcr->xcr_lock); in xhci_command_event_callback()
329 mutex_exit(&xcr->xcr_lock); in xhci_command_event_callback()
342 mutex_exit(&xcr->xcr_lock); in xhci_command_event_callback()
350 mutex_exit(&xcr->xcr_lock); in xhci_command_event_callback()
387 mutex_exit(&xcr->xcr_lock); in xhci_command_event_callback()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h447 kmutex_t xcr_lock; member