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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c1629 uint64_t mybatch; local
1638 mybatch = zilog->zl_next_batch;
1640 cv_wait(&zilog->zl_cv_batch[mybatch & 1], &zilog->zl_lock);
1641 if (mybatch <= zilog->zl_com_batch) {
1650 zilog->zl_com_batch = mybatch;
1655 cv_signal(&zilog->zl_cv_batch[(mybatch+1) & 1]);
1658 cv_broadcast(&zilog->zl_cv_batch[mybatch & 1]);

Completed in 128 milliseconds