Home
last modified time | relevance | path

Searched refs:iod_muxwait (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c171 cv_broadcast(&vcp->iod_muxwait); in smb_iod_invrq()
925 rc = cv_wait_sig(&vcp->iod_muxwait, &vcp->vc_lock); in smb_iod_muxwait()
927 cv_wait(&vcp->iod_muxwait, &vcp->vc_lock); in smb_iod_muxwait()
1219 cv_signal(&vcp->iod_muxwait); in smb_iod_removerq()
H A Dsmb_conn.c387 cv_destroy(&vcp->iod_muxwait); in smb_vc_free()
415 cv_init(&vcp->iod_muxwait, objtype, CV_DRIVER, NULL); in smb_vc_create()
H A Dsmb_conn.h248 kcondvar_t iod_muxwait; member