Home
last modified time | relevance | path

Searched refs:csr_mutex (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c122 mutex_init(&csr->csr_mutex, NULL, MUTEX_DRIVER, in hci1394_csr_init()
144 mutex_destroy(&csr->csr_mutex); in hci1394_csr_fini()
179 mutex_enter(&csr_handle->csr_mutex); in hci1394_csr_node_capabilities()
181 mutex_exit(&csr_handle->csr_mutex); in hci1394_csr_node_capabilities()
202 mutex_enter(&csr_handle->csr_mutex); in hci1394_csr_state_get()
204 mutex_exit(&csr_handle->csr_mutex); in hci1394_csr_state_get()
228 mutex_enter(&csr_handle->csr_mutex); in hci1394_csr_state_bset()
246 mutex_exit(&csr_handle->csr_mutex); in hci1394_csr_state_bset()
270 mutex_enter(&csr_handle->csr_mutex); in hci1394_csr_state_bclr()
288 mutex_exit(&csr_handle->csr_mutex); in hci1394_csr_state_bclr()
[all …]
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c581 mutex_init(&softsp->csr_mutex, NULL, MUTEX_DRIVER, in sysctrl_attach()
731 mutex_enter(&softsp->csr_mutex); in sysctrl_attach()
739 mutex_exit(&softsp->csr_mutex); in sysctrl_attach()
879 mutex_destroy(&softsp->csr_mutex); in sysctrl_attach()
1450 mutex_enter(&softsp->csr_mutex); in system_high_handler()
1548 mutex_exit(&softsp->csr_mutex); in system_high_handler()
1565 mutex_enter(&softsp->csr_mutex); in spur_delay()
1588 mutex_exit(&softsp->csr_mutex); in spur_delay()
1594 mutex_exit(&softsp->csr_mutex); in spur_delay()
1649 mutex_enter(&softsp->csr_mutex); in spur_reenable()
[all …]
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_csr.h118 kmutex_t csr_mutex; member
/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h405 kmutex_t csr_mutex; /* locking for csr enable bits */ member