Lines Matching refs:tail_cycle
1143 int tail_cycle; in xlog_space_left() local
1148 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1150 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1152 else if (tail_cycle + 1 < head_cycle) in xlog_space_left()
1154 else if (tail_cycle < head_cycle) { in xlog_space_left()
1155 ASSERT(tail_cycle == (head_cycle - 1)); in xlog_space_left()
1166 tail_cycle, tail_bytes); in xlog_space_left()
3734 int tail_cycle, tail_blocks; in xlog_verify_grant_tail() local
3738 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail()
3739 if (tail_cycle != cycle) { in xlog_verify_grant_tail()
3740 if (cycle - 1 != tail_cycle && in xlog_verify_grant_tail()