Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c121 cv_init(&cachep->c_cwhaltcv, NULL, CV_DEFAULT, NULL); in cachefs_cache_create()
173 (void) cv_reltimedwait(&cachep->c_cwhaltcv, in cachefs_cache_destroy()
231 cv_destroy(&cachep->c_cwhaltcv); in cachefs_cache_destroy()
552 (void) cv_reltimedwait(&cachep->c_cwhaltcv, in cachefs_stop_cache()
H A Dcachefs_resource.c1045 cv_broadcast(&cachep->c_cwhaltcv); in cachefs_cachep_worker_thread()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h553 kcondvar_t c_cwhaltcv; /* wait on gc thread exit */ member