Lines Matching defs:res_cnt
69 void hits_drops_report_final(struct bench_res res[], int res_cnt)
75 for (i = 0; i < res_cnt; i++) {
76 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt);
77 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt);
80 if (res_cnt > 1) {
81 for (i = 0; i < res_cnt; i++) {
84 (res_cnt - 1.0);
87 (res_cnt - 1.0);
298 int res_cnt;
421 int iter = state.res_cnt++;
461 state.res_cnt - env.warmup_sec);