Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1655 cv_init(&ct->ct_cond, NULL, CV_DEFAULT, NULL); in smb_threshold_init()
1665 cv_destroy(&ct->ct_cond); in smb_threshold_fini()
1686 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time); in smb_threshold_enter()
1712 cv_signal(&ct->ct_cond); in smb_threshold_exit()
1721 cv_broadcast(&ct->ct_cond); in smb_threshold_wake_all()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1802 kcondvar_t ct_cond; member