Searched refs:sr_mutex (Results 1 – 5 of 5) sorted by relevance
196 mutex_enter(&sr->sr_mutex); in smb_nt_transact_notify_change()200 cv_wait(&sr->sr_ncr.nc_cv, &sr->sr_mutex); in smb_nt_transact_notify_change()204 mutex_exit(&sr->sr_mutex); in smb_nt_transact_notify_change()455 mutex_enter(&sr->sr_mutex); in smb_notify_sr()468 mutex_exit(&sr->sr_mutex); in smb_notify_sr()
371 mutex_enter(&sr->sr_mutex); in smb_request_cancel()418 mutex_exit(&sr->sr_mutex); in smb_request_cancel()808 mutex_enter(&sr->sr_mutex); in smb_session_worker()812 mutex_exit(&sr->sr_mutex); in smb_session_worker()814 mutex_enter(&sr->sr_mutex); in smb_session_worker()816 mutex_exit(&sr->sr_mutex); in smb_session_worker()824 mutex_exit(&sr->sr_mutex); in smb_session_worker()1330 mutex_init(&sr->sr_mutex, NULL, MUTEX_DEFAULT, NULL); in smb_request_alloc()1389 mutex_destroy(&sr->sr_mutex); in smb_request_free()
602 mutex_enter(&sr->sr_mutex); in smb_lock_wait()612 mutex_exit(&sr->sr_mutex); in smb_lock_wait()653 mutex_enter(&sr->sr_mutex); in smb_lock_wait()667 mutex_exit(&sr->sr_mutex); in smb_lock_wait()
499 mutex_enter(&sr->sr_mutex); in smbsr_cleanup()502 mutex_exit(&sr->sr_mutex); in smbsr_cleanup()658 mutex_enter(&sr->sr_mutex); in smb_dispatch_request()670 mutex_exit(&sr->sr_mutex); in smb_dispatch_request()
1583 kmutex_t sr_mutex; member