Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c50 mutex_enter(&taskq->put_lock); in emlxs_taskq_thread()
54 mutex_exit(&taskq->put_lock); in emlxs_taskq_thread()
109 mutex_enter(&taskq->put_lock); in emlxs_taskq_dispatch()
114 mutex_exit(&taskq->put_lock); in emlxs_taskq_dispatch()
164 mutex_init(&taskq->put_lock, NULL, MUTEX_DRIVER, in emlxs_taskq_create()
247 mutex_destroy(&taskq->put_lock); in emlxs_taskq_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_thread.h85 kmutex_t put_lock; member