Lines Matching full:clo_max_snapshots
417 static Int clo_max_snapshots = 100;
460 else if VG_BINT_CLO(arg, "--max-snapshots", clo_max_snapshots, 10, 1000) {}
1116 for ( ; i < clo_max_snapshots; i++) {
1194 j < clo_max_snapshots && !is_snapshot_in_use(&snapshots[j]); \
1201 for (i = 0; i < clo_max_snapshots/2; i++) {
1216 while (jn < clo_max_snapshots) {
1247 for ( ; j < clo_max_snapshots; j++) {
1295 n_deleted, clo_max_snapshots);
1474 if (clo_max_snapshots == next_snapshot_i) {
2473 sizeof(Snapshot) * clo_max_snapshots);
2476 for (i = 0; i < clo_max_snapshots; i++) {