Lines Matching refs:next_snapshot_i
1071 static UInt next_snapshot_i = 0; // Index of where next snapshot will go. variable
1098 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
1113 for (i = 0; i < next_snapshot_i; i++) { in sanity_check_snapshots_array()
1253 next_snapshot_i = i; in cull_snapshots()
1273 tl_assert(next_snapshot_i > 1); in cull_snapshots()
1276 for (i = 1; i < next_snapshot_i; i++) { in cull_snapshots()
1296 for (i = 0; i < next_snapshot_i; i++) { in cull_snapshots()
1432 snapshot = & snapshots[next_snapshot_i]; in maybe_take_snapshot()
1454 for (i = 0; i < next_snapshot_i; i++) { in maybe_take_snapshot()
1469 VERB_snapshot(2, what, next_snapshot_i); in maybe_take_snapshot()
1473 next_snapshot_i++; in maybe_take_snapshot()
1474 if (clo_max_snapshots == next_snapshot_i) { in maybe_take_snapshot()
2336 for (i = 0; i < next_snapshot_i; i++) { in write_snapshots_to_file()