Lines Matching refs:bench_res
39 void false_hits_report_progress(int iter, struct bench_res *res, long delta_ns) in false_hits_report_progress()
50 void false_hits_report_final(struct bench_res res[], int res_cnt) in false_hits_report_final()
68 void hits_drops_report_progress(int iter, struct bench_res *res, long delta_ns) in hits_drops_report_progress()
85 grace_period_latency_basic_stats(struct bench_res res[], int res_cnt, struct basic_stats *gp_stat) in grace_period_latency_basic_stats()
104 grace_period_ticks_basic_stats(struct bench_res res[], int res_cnt, struct basic_stats *gp_stat) in grace_period_ticks_basic_stats()
121 void hits_drops_report_final(struct bench_res res[], int res_cnt) in hits_drops_report_final()
159 void ops_report_progress(int iter, struct bench_res *res, long delta_ns) in ops_report_progress()
171 void ops_report_final(struct bench_res res[], int res_cnt) in ops_report_final()
192 void local_storage_report_progress(int iter, struct bench_res *res, in local_storage_report_progress()
207 void local_storage_report_final(struct bench_res res[], int res_cnt) in local_storage_report_final()
484 struct bench_res *results;
702 struct bench_res *res = &state.results[iter]; in collect_measurements()