Home
last modified time | relevance | path

Searched refs:ct_cond (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1878 cv_init(&ct->ct_cond, NULL, CV_DEFAULT, NULL); in smb_threshold_init()
1888 cv_destroy(&ct->ct_cond); in smb_threshold_fini()
1909 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time); in smb_threshold_enter()
1935 cv_signal(&ct->ct_cond); in smb_threshold_exit()
1944 cv_broadcast(&ct->ct_cond); in smb_threshold_wake_all()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2086 kcondvar_t ct_cond; member