Searched refs:rm_cwait (Results 1 – 1 of 1) sorted by relevance
304 kcondvar_t rm_cwait; /* condition for closing */ member610 cv_init(&rmp->rm_cwait, NULL, CV_DEFAULT, NULL); in rpcmodopen()666 cv_wait(&rmp->rm_cwait, &rmp->rm_lock); in rpcmodclose()688 cv_destroy(&rmp->rm_cwait); in rpcmodclose()970 cv_broadcast(&rmp->rm_cwait); in rpcmod_release()