Searched refs:MAX_IO_TYPE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Diostat.h15 MAX_IO_TYPE, enumerator in enum:iostat_lat_type
27 unsigned long sum_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* sum of io latencies */
28 unsigned long peak_lat[MAX_IO_TYPE][NR_PAGE_TYPE]; /* peak io latency */
29 unsigned int bio_cnt[MAX_IO_TYPE][NR_PAGE_TYPE]; /* bio count */
H A Diostat.c91 struct f2fs_iostat_latency iostat_lat[MAX_IO_TYPE][NR_PAGE_TYPE];
96 for (idx = 0; idx < MAX_IO_TYPE; idx++) {

Completed in 98 milliseconds