Lines Matching refs:prof
195 struct dasd_profile_info *prof; in dasd_stats_proc_show() local
199 prof = dasd_global_profile.data; in dasd_stats_proc_show()
200 if (!prof) { in dasd_stats_proc_show()
209 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999; in dasd_stats_proc_show()
212 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show()
214 prof->dasd_io_sects); in dasd_stats_proc_show()
226 dasd_statistics_array(m, prof->dasd_io_secs, factor); in dasd_stats_proc_show()
228 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show()
230 dasd_statistics_array(m, prof->dasd_io_timps, factor); in dasd_stats_proc_show()
232 dasd_statistics_array(m, prof->dasd_io_time1, factor); in dasd_stats_proc_show()
234 dasd_statistics_array(m, prof->dasd_io_time2, factor); in dasd_stats_proc_show()
237 dasd_statistics_array(m, prof->dasd_io_time2ps, factor); in dasd_stats_proc_show()
239 dasd_statistics_array(m, prof->dasd_io_time3, factor); in dasd_stats_proc_show()
241 dasd_statistics_array(m, prof->dasd_io_nr_req, factor); in dasd_stats_proc_show()