Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/aio/
H A Daio_alloc.c88 mutex_t worker_lock = DEFAULTMUTEX; variable
102 lmutex_lock(&worker_lock); in _aio_worker_alloc()
107 lmutex_unlock(&worker_lock); in _aio_worker_alloc()
121 lmutex_unlock(&worker_lock); in _aio_worker_alloc()
143 lmutex_lock(&worker_lock); in _aio_worker_free()
150 lmutex_unlock(&worker_lock); in _aio_worker_free()
332 (void) mutex_init(&worker_lock, USYNC_THREAD, NULL); in postfork1_child_aio()
/titanic_50/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
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4475 mutex_enter(&w->worker_lock); in stmf_post_task()
4482 mutex_exit(&w->worker_lock); in stmf_post_task()
4484 mutex_enter(&w->worker_lock); in stmf_post_task()
4545 mutex_exit(&w->worker_lock); in stmf_post_task()
4671 mutex_enter(&w->worker_lock); in stmf_data_xfer_done()
4675 mutex_exit(&w->worker_lock); in stmf_data_xfer_done()
4730 mutex_exit(&w->worker_lock); in stmf_data_xfer_done()
4799 mutex_enter(&w->worker_lock); in stmf_send_status_done()
4803 mutex_exit(&w->worker_lock); in stmf_send_status_done()
4854 mutex_exit(&w->worker_lock); in stmf_send_status_done()
[all …]
H A Dstmf_impl.h349 kmutex_t worker_lock; member