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

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h207 * as_atomic_lookup is used to protect the cmd from a race condition
211 kmutex_t as_atomic_lookup; member in struct:hci1394_async_s
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c171 mutex_init(&async->as_atomic_lookup, NULL, MUTEX_DRIVER,
213 mutex_destroy(&async->as_atomic_lookup);
235 mutex_destroy(&async->as_atomic_lookup);
258 mutex_destroy(&async->as_atomic_lookup);
282 mutex_destroy(&async->as_atomic_lookup);
322 mutex_destroy(&async->as_atomic_lookup);
764 mutex_enter(&async_handle->as_atomic_lookup);
776 mutex_exit(&async_handle->as_atomic_lookup);
800 mutex_exit(&async_handle->as_atomic_lookup);
823 mutex_exit(&async_handle->as_atomic_lookup);
[all...]

Completed in 85 milliseconds