Searched refs:zl_cv_batch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h120 kcondvar_t zl_cv_batch[2]; /* batch condition variables */ member in struct:zilog
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1611 cv_wait(&zilog->zl_cv_batch[mybatch & 1], &zilog->zl_lock);
1626 cv_signal(&zilog->zl_cv_batch[(mybatch+1) & 1]);
1629 cv_broadcast(&zilog->zl_cv_batch[mybatch & 1]);
1764 cv_init(&zilog->zl_cv_batch[0], NULL, CV_DEFAULT, NULL);
1765 cv_init(&zilog->zl_cv_batch[1], NULL, CV_DEFAULT, NULL);
1804 cv_destroy(&zilog->zl_cv_batch[0]);
1805 cv_destroy(&zilog->zl_cv_batch[1]);

Completed in 49 milliseconds