Searched refs:rcv_thr_lock (Results 1 – 3 of 3) sorted by relevance
553 CALLB_CPR_INIT(&cprinfo, &ldcp->rcv_thr_lock, callb_generic_cpr, in vsw_ldc_rcv_worker()555 mutex_enter(&ldcp->rcv_thr_lock); in vsw_ldc_rcv_worker()565 cv_wait(&ldcp->rcv_thr_cv, &ldcp->rcv_thr_lock); in vsw_ldc_rcv_worker()567 CALLB_CPR_SAFE_END(&cprinfo, &ldcp->rcv_thr_lock) in vsw_ldc_rcv_worker()578 mutex_exit(&ldcp->rcv_thr_lock); in vsw_ldc_rcv_worker()582 mutex_enter(&ldcp->rcv_thr_lock); in vsw_ldc_rcv_worker()839 mutex_enter(&ldcp->rcv_thr_lock); in vsw_stop_rcv_thread()845 mutex_exit(&ldcp->rcv_thr_lock); in vsw_stop_rcv_thread()1107 mutex_enter(&ldcp->rcv_thr_lock); in vsw_process_dringdata_info_shm()1112 mutex_exit(&ldcp->rcv_thr_lock); in vsw_process_dringdata_info_shm()
594 mutex_init(&ldcp->rcv_thr_lock, NULL, MUTEX_DRIVER, NULL); in vsw_ldc_attach()701 mutex_destroy(&ldcp->rcv_thr_lock); in vsw_ldc_attach()780 mutex_destroy(&ldcp->rcv_thr_lock); in vsw_ldc_detach()
369 kmutex_t rcv_thr_lock; /* lock for receive thread */ member