Lines Matching refs:next_snapshot_i
651 static UInt next_snapshot_i = 0; // Index of where next snapshot will go. variable
678 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
692 for (i = 0; i < next_snapshot_i; i++) { in sanity_check_snapshots_array()
832 next_snapshot_i = i; in cull_snapshots()
852 tl_assert(next_snapshot_i > 1); in cull_snapshots()
855 for (i = 1; i < next_snapshot_i; i++) { in cull_snapshots()
875 for (i = 0; i < next_snapshot_i; i++) { in cull_snapshots()
1008 snapshot = & snapshots[next_snapshot_i]; in maybe_take_snapshot()
1030 for (i = 0; i < next_snapshot_i; i++) { in maybe_take_snapshot()
1045 VERB_snapshot(2, what, next_snapshot_i); in maybe_take_snapshot()
1049 next_snapshot_i++; in maybe_take_snapshot()
1050 if (clo_max_snapshots == next_snapshot_i) { in maybe_take_snapshot()
1797 write_snapshots_to_file (massif_out_file, snapshots, next_snapshot_i); in write_snapshots_array_to_file()
1833 snapshots, next_snapshot_i); in handle_all_snapshots_monitor_command()