Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3264 if (!cv_wait_sig(&np->s_clientid_pend, &np->s_lock)) { in nfs4setclientid()
3397 cv_broadcast(&np->s_clientid_pend); in nfs4setclientid()
3941 cv_init(&np->s_clientid_pend, NULL, CV_DEFAULT, NULL); in new_nfs4_server()
4252 cv_destroy(&sp->s_clientid_pend); in destroy_nfs4_server()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1307 kcondvar_t s_clientid_pend; member