Searched refs:s_cv_otw_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1259 * The 's_cv_otw_count' is used in conjuntion with the 's_otw_call_count'
1301 kcondvar_t s_cv_otw_count; member in struct:nfs4_server
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3936 cv_init(&np->s_cv_otw_count, NULL, CV_DEFAULT, NULL);
4247 cv_destroy(&sp->s_cv_otw_count);
4332 cv_wait(&sp->s_cv_otw_count, &sp->s_lock);
H A Dnfs4_recovery.c1018 cv_broadcast(&sp->s_cv_otw_count);
H A Dnfs4_client.c3400 cv_wait(&sp->s_cv_otw_count, &sp->s_lock);

Completed in 198 milliseconds