HomeSort by relevance Sort by last modified time
    Searched refs:total_ios (Results 1 - 3 of 3) sorted by null

  /external/fio/profiles/
act.c 36 uint64_t total_ios; member in struct:act_slice
313 slice->total_ios++;
327 perm = (1000.0 * slice->lat_buckets[i]) / slice->total_ios;
357 if (slice->total_ios)
358 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
366 if (slice->total_ios)
367 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios;
413 dst->total_ios += src->total_ios;
  /external/autotest/client/tests/aiostress/
aio-stress.c 169 int total_ios; member in struct:io_oper
464 (oper->started_ios == oper->total_ios || oper->stonewalled))
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) {
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 167 int total_ios; member in struct:io_oper
474 (oper->started_ios == oper->total_ios || oper->stonewalled)) {
698 oper->total_ios = (oper->end - oper->start) / oper->reclen;
718 num_ios = oper->total_ios;
720 if ((oper->started_ios + num_ios) > oper->total_ios)
721 num_ios = oper->total_ios - oper->started_ios;
910 if (oper->started_ios == oper->total_ios) {
    [all...]

Completed in 106 milliseconds