Lines Matching refs:prof
212 struct dasd_profile_info *prof; in dasd_stats_proc_show() local
216 prof = dasd_global_profile.data; in dasd_stats_proc_show()
217 if (!prof) { in dasd_stats_proc_show()
226 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999; in dasd_stats_proc_show()
229 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show()
231 prof->dasd_io_sects); in dasd_stats_proc_show()
243 dasd_statistics_array(m, prof->dasd_io_secs, factor); in dasd_stats_proc_show()
245 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show()
247 dasd_statistics_array(m, prof->dasd_io_timps, factor); in dasd_stats_proc_show()
249 dasd_statistics_array(m, prof->dasd_io_time1, factor); in dasd_stats_proc_show()
251 dasd_statistics_array(m, prof->dasd_io_time2, factor); in dasd_stats_proc_show()
254 dasd_statistics_array(m, prof->dasd_io_time2ps, factor); in dasd_stats_proc_show()
256 dasd_statistics_array(m, prof->dasd_io_time3, factor); in dasd_stats_proc_show()
258 dasd_statistics_array(m, prof->dasd_io_nr_req, factor); in dasd_stats_proc_show()