Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.h68 cond_t i_cvwait; /* cond var to wait on */ member
H A Dcfsd_fscache.c118 xx = cond_init(&fscache_object_p->i_cvwait, USYNC_THREAD, 0); in cfsd_fscache_create()
157 xx = cond_destroy(&fscache_object_p->i_cvwait); in cfsd_fscache_destroy()
451 xx = cond_broadcast(&fscache_object_p->i_cvwait); in fscache_process()
733 xx = cond_wait(&fscache_object_p->i_cvwait, in fscache_unmount()
804 xx = cond_wait(&fscache_object_p->i_cvwait, in fscache_server_alive()