Home
last modified time | relevance | path

Searched defs:dasd_profile_info (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_int.h441 struct dasd_profile_info { struct
443 unsigned int dasd_io_reqs; /* number of requests processed */
444 unsigned int dasd_io_sects; /* number of sectors processed */
445 unsigned int dasd_io_secs[32]; /* histogram of request's sizes */
446 unsigned int dasd_io_times[32]; /* histogram of requests's times */
447 unsigned int dasd_io_timps[32]; /* h. of requests's times per sector */
448 unsigned int dasd_io_time1[32]; /* hist. of time from build to start */
449 unsigned int dasd_io_time2[32]; /* hist. of time from start to irq */
450 unsigned int dasd_io_time2ps[32]; /* hist. of time from start to irq */
451 unsigned int dasd_io_time3[32]; /* hist. of time from irq to end */
[all …]