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

/linux-master/fs/f2fs/
H A Diostat.c213 enum iostat_lat_type lat_type)
233 io_lat->sum_lat[lat_type][page_type] += ts_diff;
234 io_lat->bio_cnt[lat_type][page_type]++;
235 if (ts_diff > io_lat->peak_lat[lat_type][page_type])
236 io_lat->peak_lat[lat_type][page_type] = ts_diff;
243 enum iostat_lat_type lat_type; local
246 lat_type = bio->bi_opf & REQ_SYNC ?
250 lat_type = READ_IO;
254 __update_iostat_latency(iostat_ctx, lat_type);
212 __update_iostat_latency(struct bio_iostat_ctx *iostat_ctx, enum iostat_lat_type lat_type) argument

Completed in 116 milliseconds