Searched refs:worker_lock (Results 1 – 5 of 5) sorted by relevance
88 mutex_t worker_lock = DEFAULTMUTEX; variable102 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()
1099 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()
194 kmutex_t worker_lock; member
4475 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 …]
349 kmutex_t worker_lock; member