Home
last modified time | relevance | path

Searched refs:clat_high_prio_stat (Results 1 – 5 of 5) sorted by relevance

/dports/benchmarks/fio/fio-3.29/
H A Dstat.c570 if (ts_lcl->clat_high_prio_stat[ddir].samples > 0 && in show_mixed_ddir_status()
576 ts_lcl->clat_high_prio_stat[ddir].samples, in show_mixed_ddir_status()
737 if (ts->clat_high_prio_stat[ddir].samples > 0 && in show_ddir_status()
744 ts->clat_high_prio_stat[ddir].samples, in show_ddir_status()
1603 if (ts->clat_high_prio_stat[ddir].samples > 0) { in add_ddir_status_json()
2154 sum_stat(&dst->clat_high_prio_stat[l], &src->clat_high_prio_stat[l], first, false); in sum_thread_stats()
2167 sum_stat(&dst->clat_high_prio_stat[0], &src->clat_high_prio_stat[l], first, false); in sum_thread_stats()
2271 ts->clat_high_prio_stat[i].min_val = ULONG_MAX; in init_thread_stat_min_vals()
2905 reset_io_stat(&ts->clat_high_prio_stat[i]); in reset_io_stats()
3121 add_stat_sample(&ts->clat_high_prio_stat[ddir], nsec); in add_clat_sample()
[all …]
H A Dstat.h257 struct io_stat clat_high_prio_stat[DDIR_RWDIR_CNT] __attribute__((aligned(8))); member
H A Dgclient.c1271 if (calc_lat(&ts->clat_high_prio_stat[ddir], &min[3], &max[3], &mean[3], &dev[3])) { in gfio_show_ddir_status()
1321 ts->clat_high_prio_stat[ddir].samples, in gfio_show_ddir_status()
1338 ts->clat_high_prio_stat[ddir].samples, in gfio_show_ddir_status()
H A Dserver.c1585 convert_io_stat(&p.ts.clat_high_prio_stat[i], &ts->clat_high_prio_stat[i]); in fio_server_send_ts()
H A Dclient.c1043 convert_io_stat(&dst->clat_high_prio_stat[i], &src->clat_high_prio_stat[i]); in convert_ts()