Lines Matching refs:bench_res
41 struct bench_res { struct
58 void (*measure)(struct bench_res* res); argument
59 void (*report_progress)(int iter, struct bench_res* res, long delta_ns);
60 void (*report_final)(struct bench_res res[], int res_cnt);
71 void hits_drops_report_progress(int iter, struct bench_res *res, long delta_ns);
72 void hits_drops_report_final(struct bench_res res[], int res_cnt);
73 void false_hits_report_progress(int iter, struct bench_res *res, long delta_ns);
74 void false_hits_report_final(struct bench_res res[], int res_cnt);
75 void ops_report_progress(int iter, struct bench_res *res, long delta_ns);
76 void ops_report_final(struct bench_res res[], int res_cnt);
77 void local_storage_report_progress(int iter, struct bench_res *res,
79 void local_storage_report_final(struct bench_res res[], int res_cnt);
80 void grace_period_latency_basic_stats(struct bench_res res[], int res_cnt,
82 void grace_period_ticks_basic_stats(struct bench_res res[], int res_cnt,