Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3455 static kmutex_t pwl; variable
3474 mutex_init(&pwl, NULL, MUTEX_DRIVER, NULL); in pshot_walk_thread()
3479 mutex_enter(&pwl); in pshot_walk_thread()
3481 cv_wait(&pwcv, &pwl); in pshot_walk_thread()
3482 mutex_exit(&pwl); in pshot_walk_thread()
3489 mutex_enter(&pwl); in pshot_timeout()
3491 mutex_exit(&pwl); in pshot_timeout()