Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3456 static kcondvar_t pwcv; variable
3475 cv_init(&pwcv, NULL, CV_DRIVER, NULL); in pshot_walk_thread()
3481 cv_wait(&pwcv, &pwl); in pshot_walk_thread()
3490 cv_signal(&pwcv); in pshot_timeout()