Searched refs:current_committed (Results 1 – 1 of 1) sorted by relevance
160 uint32_t current_committed; member466 ps->current_committed = i; in insert_exceptions()712 write_exception(ps, ps->current_committed++, &ce); in persistent_commit_exception()729 (ps->current_committed != ps->exceptions_per_area)) in persistent_commit_exception()735 if ((ps->current_committed == ps->exceptions_per_area) && in persistent_commit_exception()749 if (ps->current_committed == ps->exceptions_per_area) { in persistent_commit_exception()750 ps->current_committed = 0; in persistent_commit_exception()775 if (!ps->current_committed) { in persistent_prepare_merge()786 ps->current_committed = ps->exceptions_per_area; in persistent_prepare_merge()789 read_exception(ps, ps->area, ps->current_committed - 1, &ce); in persistent_prepare_merge()[all …]