Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c461 memcpy(data->dasd_io_times, block->profile.data->dasd_io_times, in dasd_ioctl_read_profile()
462 sizeof(data->dasd_io_times)); in dasd_ioctl_read_profile()
H A Ddasd_proc.c233 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show()
H A Ddasd_int.h538 unsigned int dasd_io_times[32]; /* histogram of requests's times */ member
H A Ddasd.c727 data->dasd_io_times[tottime_ind]++; in dasd_profile_end_add_data()
970 dasd_stats_array(m, data->dasd_io_times); in dasd_stats_seq_print()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Ddasd.h167 unsigned int dasd_io_times[32]; /* histogram of requests's times */ member