Searched refs:ohci_int_mutex (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c336 ASSERT(mutex_owned(&ohcip->ohci_int_mutex));
399 ASSERT(mutex_owned(&ohcip->ohci_int_mutex));
469 mutex_enter(&ohcip->ohci_int_mutex);
512 mutex_exit(&ohcip->ohci_int_mutex);
545 mutex_enter(&ohcip->ohci_int_mutex);
552 mutex_exit(&ohcip->ohci_int_mutex);
563 mutex_exit(&ohcip->ohci_int_mutex);
608 mutex_enter(&ohcip->ohci_int_mutex);
610 mutex_exit(&ohcip->ohci_int_mutex);
723 mutex_enter(&ohcip->ohci_int_mutex);
[all...]
H A Dohci.c697 mutex_enter(&ohcip->ohci_int_mutex);
701 mutex_exit(&ohcip->ohci_int_mutex);
713 mutex_exit(&ohcip->ohci_int_mutex);
740 mutex_enter(&ohcip->ohci_int_mutex);
743 mutex_exit(&ohcip->ohci_int_mutex);
749 mutex_exit(&ohcip->ohci_int_mutex);
762 mutex_enter(&ohcip->ohci_int_mutex);
776 mutex_exit(&ohcip->ohci_int_mutex);
1453 mutex_init(&ohcip->ohci_int_mutex, NULL, MUTEX_DRIVER,
1468 mutex_destroy(&ohcip->ohci_int_mutex);
[all...]
H A Dohci_polled.c134 * Grab the ohci_int_mutex so that things don't change on us
137 mutex_enter(&ohcip->ohci_int_mutex);
144 mutex_exit(&ohcip->ohci_int_mutex);
186 mutex_exit(&ohcip->ohci_int_mutex);
206 mutex_enter(&ohcip->ohci_int_mutex);
222 mutex_exit(&ohcip->ohci_int_mutex);
364 * Grab the ohci_int_mutex so that things don't change on us
367 mutex_enter(&ohcip->ohci_int_mutex);
374 mutex_exit(&ohcip->ohci_int_mutex);
397 mutex_exit(&ohcip->ohci_int_mutex);
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h143 kmutex_t ohci_int_mutex; /* Mutex for struct */ member in struct:ohci_state
157 * The pools are protected by the ohci_int_mutex because the memory
310 _NOTE(MUTEX_PROTECTS_DATA(ohci_state_t::ohci_int_mutex, ohci_state_t))
331 _NOTE(LOCK_ORDER(ohci_state::ohci_int_mutex \
479 _NOTE(MUTEX_PROTECTS_DATA(ohci_state_t::ohci_int_mutex, ohci_pipe_private_t))
632 _NOTE(MUTEX_PROTECTS_DATA(ohci_state_t::ohci_int_mutex, ohci_trans_wrapper))

Completed in 127 milliseconds