Home | History | Annotate | Download | only in rpc

Lines Matching defs:dg_cv

96  *	by the clnt_fd_lock mutex, and an array (dg_cv) of condition variables
107 static cond_t *dg_cv;
113 cond_signal(&dg_cv[fd]); \
122 /* VARIABLES PROTECTED BY clnt_fd_lock: dg_fd_locks, dg_cv */
196 dg_cv = mem_alloc(cv_allocsz);
197 if (dg_cv == NULL) {
205 cond_init(&dg_cv[i], 0, (void *) 0);
346 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
537 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
542 cond_signal(&dg_cv[cu->cu_fd]);
571 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
711 cond_wait(&dg_cv[cu_fd], &clnt_fd_lock);
723 cond_signal(&dg_cv[cu_fd]);