Searched refs:clo_max_snapshots (Results 1 – 1 of 1) sorted by relevance
401 static Int clo_max_snapshots = 100; variable444 else if VG_BINT_CLO(arg, "--max-snapshots", clo_max_snapshots, 10, 1000) {} in ms_process_cmd_line_option()1073 for ( ; i < clo_max_snapshots; i++) { in sanity_check_snapshots_array()1151 j < clo_max_snapshots && !is_snapshot_in_use(&snapshots[j]); \ in cull_snapshots()1158 for (i = 0; i < clo_max_snapshots/2; i++) { in cull_snapshots()1173 while (jn < clo_max_snapshots) { in cull_snapshots()1204 for ( ; j < clo_max_snapshots; j++) { in cull_snapshots()1252 n_deleted, clo_max_snapshots); in cull_snapshots()1431 if (clo_max_snapshots == next_snapshot_i) { in maybe_take_snapshot()2538 sizeof(Snapshot) * clo_max_snapshots); in ms_post_clo_init()[all …]