Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/block/
Ddasd_int.h392 struct dasd_profile_info { struct
394 unsigned int dasd_io_reqs; /* number of requests processed */
395 unsigned int dasd_io_sects; /* number of sectors processed */
396 unsigned int dasd_io_secs[32]; /* histogram of request's sizes */
397 unsigned int dasd_io_times[32]; /* histogram of requests's times */
398 unsigned int dasd_io_timps[32]; /* h. of requests's times per sector */
399 unsigned int dasd_io_time1[32]; /* hist. of time from build to start */
423 struct dasd_profile_info *data; argument