Lines Matching defs:uncommitted
178 struct bop_ring_buffer uncommitted;
185 int r = brb_push(&smm->uncommitted, type, b, e);
222 while (!brb_empty(&smm->uncommitted)) {
225 r = brb_peek(&smm->uncommitted, &bop);
235 brb_pop(&smm->uncommitted);
311 * We may have some uncommitted adjustments to add. This list
314 for (i = smm->uncommitted.begin;
315 i != smm->uncommitted.end;
316 i = brb_next(&smm->uncommitted, i)) {
317 struct block_op *op = smm->uncommitted.bops + i;
351 * We may have some uncommitted adjustments to add. This list
354 for (i = smm->uncommitted.begin;
355 i != smm->uncommitted.end;
356 i = brb_next(&smm->uncommitted, i)) {
358 struct block_op *op = smm->uncommitted.bops + i;
795 brb_init(&smm->uncommitted);
841 brb_init(&smm->uncommitted);