Lines Matching refs:bench_res
37 void false_hits_report_progress(int iter, struct bench_res *res, long delta_ns) in false_hits_report_progress()
48 void false_hits_report_final(struct bench_res res[], int res_cnt) in false_hits_report_final()
66 void hits_drops_report_progress(int iter, struct bench_res *res, long delta_ns) in hits_drops_report_progress()
83 grace_period_latency_basic_stats(struct bench_res res[], int res_cnt, struct basic_stats *gp_stat) in grace_period_latency_basic_stats()
102 grace_period_ticks_basic_stats(struct bench_res res[], int res_cnt, struct basic_stats *gp_stat) in grace_period_ticks_basic_stats()
119 void hits_drops_report_final(struct bench_res res[], int res_cnt) in hits_drops_report_final()
157 void ops_report_progress(int iter, struct bench_res *res, long delta_ns) in ops_report_progress()
169 void ops_report_final(struct bench_res res[], int res_cnt) in ops_report_final()
190 void local_storage_report_progress(int iter, struct bench_res *res, in local_storage_report_progress()
205 void local_storage_report_final(struct bench_res res[], int res_cnt) in local_storage_report_final()
449 struct bench_res *results;
608 struct bench_res *res = &state.results[iter]; in collect_measurements()