Lines Matching defs:uncommitted
176 struct bop_ring_buffer uncommitted;
183 int r = brb_push(&smm->uncommitted, type, b);
220 while (!brb_empty(&smm->uncommitted)) {
223 r = brb_peek(&smm->uncommitted, &bop);
233 brb_pop(&smm->uncommitted);
309 * We may have some uncommitted adjustments to add. This list
312 for (i = smm->uncommitted.begin;
313 i != smm->uncommitted.end;
314 i = brb_next(&smm->uncommitted, i)) {
315 struct block_op *op = smm->uncommitted.bops + i;
349 * We may have some uncommitted adjustments to add. This list
352 for (i = smm->uncommitted.begin;
353 i != smm->uncommitted.end;
354 i = brb_next(&smm->uncommitted, i)) {
356 struct block_op *op = smm->uncommitted.bops + i;
783 brb_init(&smm->uncommitted);
831 brb_init(&smm->uncommitted);