Home
last modified time | relevance | path

Searched refs:worker_lock (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c86 mutex_t worker_lock = DEFAULTMUTEX; variable
100 lmutex_lock(&worker_lock); in _aio_worker_alloc()
105 lmutex_unlock(&worker_lock); in _aio_worker_alloc()
119 lmutex_unlock(&worker_lock); in _aio_worker_alloc()
141 lmutex_lock(&worker_lock); in _aio_worker_free()
148 lmutex_unlock(&worker_lock); in _aio_worker_free()
330 (void) mutex_init(&worker_lock, USYNC_THREAD, NULL); in postfork1_child_aio()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1099 mutex_init(&w->worker_lock, NULL, MUTEX_DRIVER, NULL); in fcoe_worker_init()
1119 mutex_enter(&w->worker_lock); in fcoe_worker_fini()
1124 mutex_exit(&w->worker_lock); in fcoe_worker_fini()
1156 mutex_enter(&w->worker_lock); in fcoe_worker_frame()
1164 mutex_exit(&w->worker_lock); in fcoe_worker_frame()
1175 mutex_enter(&w->worker_lock); in fcoe_worker_frame()
1179 cv_wait(&w->worker_cv, &w->worker_lock); in fcoe_worker_frame()
1183 mutex_exit(&w->worker_lock); in fcoe_worker_frame()
1195 mutex_enter(&w->worker_lock); in fcoe_post_frame()
1201 mutex_exit(&w->worker_lock); in fcoe_post_frame()
H A Dfcoe.h194 kmutex_t worker_lock; member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h299 ASSERT(mutex_owned(&w->worker_lock)); \
317 ASSERT(mutex_owned(&w->worker_lock)); \
399 kmutex_t worker_lock; member
H A Dstmf.c4873 mutex_enter(&w->worker_lock); in stmf_post_task()
4925 mutex_exit(&w->worker_lock); in stmf_post_task()
5057 mutex_enter(&w->worker_lock); in stmf_data_xfer_done()
5060 mutex_exit(&w->worker_lock); in stmf_data_xfer_done()
5102 mutex_exit(&w->worker_lock); in stmf_data_xfer_done()
5107 mutex_exit(&w->worker_lock); in stmf_data_xfer_done()
5226 mutex_exit(&w->worker_lock); in stmf_send_status_done()
5264 mutex_exit(&w->worker_lock); in stmf_task_lu_done()
5309 mutex_exit(&w->worker_lock); in stmf_queue_task_for_abort()
5465 mutex_exit(&w->worker_lock); in stmf_task_poll_lu()
[all …]