HomeSort by: relevance | last modified time | path
    Searched refs:zl_cv_batch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil_impl.h 120 kcondvar_t zl_cv_batch[2]; /* batch condition variables */ member in struct:zilog
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 1629 cv_wait(&zilog->zl_cv_batch[mybatch & 1], &zilog->zl_lock);
1644 cv_signal(&zilog->zl_cv_batch[(mybatch+1) & 1]);
1647 cv_broadcast(&zilog->zl_cv_batch[mybatch & 1]);
1782 cv_init(&zilog->zl_cv_batch[0], NULL, CV_DEFAULT, NULL);
1783 cv_init(&zilog->zl_cv_batch[1], NULL, CV_DEFAULT, NULL);
1822 cv_destroy(&zilog->zl_cv_batch[0]);
1823 cv_destroy(&zilog->zl_cv_batch[1]);

Completed in 19 milliseconds