Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c126 static kcondvar_t refreshq_cv; variable
179 cv_init(&refreshq_cv, NULL, CV_DEFAULT, NULL); in nfsauth_init()
209 cv_broadcast(&refreshq_cv); in nfsauth_fini()
215 cv_wait(&refreshq_cv, &refreshq_lock); in nfsauth_fini()
241 cv_destroy(&refreshq_cv); in nfsauth_fini()
615 cv_wait(&refreshq_cv, &refreshq_lock); in nfsauth_refresh_thread()
752 cv_broadcast(&refreshq_cv); in nfsauth_refresh_thread()
1185 cv_broadcast(&refreshq_cv); in nfsauth_cache_get()