Searched defs:pwl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3458 static kmutex_t pwl; variable
3477 mutex_init(&pwl, NULL, MUTEX_DRIVER, NULL);
3482 mutex_enter(&pwl);
3484 cv_wait(&pwcv, &pwl);
3485 mutex_exit(&pwl);
3492 mutex_enter(&pwl);
3494 mutex_exit(&pwl);

Completed in 50 milliseconds