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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c1551 uint64_t mybatch; local
1560 mybatch = zilog->zl_next_batch;
1562 cv_wait(&zilog->zl_cv_batch[mybatch & 1], &zilog->zl_lock);
1563 if (mybatch <= zilog->zl_com_batch) {
1572 zilog->zl_com_batch = mybatch;
1577 cv_signal(&zilog->zl_cv_batch[(mybatch+1) & 1]);
1580 cv_broadcast(&zilog->zl_cv_batch[mybatch & 1]);

Completed in 96 milliseconds