Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c171 mutex_init(&async->as_atomic_lookup, NULL, MUTEX_DRIVER, in hci1394_async_init()
213 mutex_destroy(&async->as_atomic_lookup); in hci1394_async_init()
235 mutex_destroy(&async->as_atomic_lookup); in hci1394_async_init()
258 mutex_destroy(&async->as_atomic_lookup); in hci1394_async_init()
282 mutex_destroy(&async->as_atomic_lookup); in hci1394_async_init()
322 mutex_destroy(&async->as_atomic_lookup); in hci1394_async_fini()
764 mutex_enter(&async_handle->as_atomic_lookup); in hci1394_async_arresp_process()
776 mutex_exit(&async_handle->as_atomic_lookup); in hci1394_async_arresp_process()
800 mutex_exit(&async_handle->as_atomic_lookup); in hci1394_async_arresp_process()
823 mutex_exit(&async_handle->as_atomic_lookup); in hci1394_async_arresp_process()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h211 kmutex_t as_atomic_lookup; member