Home
last modified time | relevance | path

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

/external/fio/profiles/
Dact.c36 uint64_t total_ios; member
313 slice->total_ios++; in act_io_u_lat()
327 perm = (1000.0 * slice->lat_buckets[i]) / slice->total_ios; in act_io_u_lat()
357 if (slice->total_ios) in show_slice()
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
366 if (slice->total_ios) in show_slice()
367 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
413 dst->total_ios += src->total_ios; in put_act_ref()
/external/autotest/client/tests/aiostress/
Daio-stress.c169 int total_ios; member
464 (oper->started_ios == oper->total_ios || oper->stonewalled)) in finish_io()
686 oper->total_ios = (oper->end - oper->start) / oper->reclen;
706 num_ios = oper->total_ios;
708 if ((oper->started_ios + num_ios) > oper->total_ios)
709 num_ios = oper->total_ios - oper->started_ios;
895 if (oper->started_ios == oper->total_ios) {