Searched refs:current_committed (Results 1 – 1 of 1) sorted by relevance
157 uint32_t current_committed; member464 ps->current_committed = i; in insert_exceptions()707 write_exception(ps, ps->current_committed++, &ce); in persistent_commit_exception()745 ps->current_committed = 0; in persistent_commit_exception()770 if (!ps->current_committed) { in persistent_prepare_merge()781 ps->current_committed = ps->exceptions_per_area; in persistent_prepare_merge()810 BUG_ON(nr_merged > ps->current_committed); in persistent_commit_merge()813 clear_exception(ps, ps->current_committed - 1 - i); in persistent_commit_merge()819 ps->current_committed -= nr_merged; in persistent_commit_merge()832 ps->current_committed + 1; in persistent_commit_merge()[all …]
Completed in 4 milliseconds