Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c133 cond_t merges_cond; variable
456 (void) cond_broadcast(&merges_cond); in thr_statd_merges()
606 cond_init(&merges_cond, USYNC_THREAD, NULL); in main()
H A Dsm_statd.h151 extern cond_t merges_cond; /* Condition variable for in_merges */
H A Dsm_statd.c612 (void) cond_wait(&merges_cond, &merges_lock); in statd_call_statd()