Home
last modified time | relevance | path

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

/external/fio/profiles/
Dact.c36 uint64_t lat_buckets[ACT_MAX_CRIT]; member
318 slice->lat_buckets[i]++; in act_io_u_lat()
328 perm = (1000.0 * slice->lat_buckets[i]) / slice->total_ios; in act_io_u_lat()
359 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
368 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
417 dst->lat_buckets[i] += src->lat_buckets[i]; in put_act_ref()