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

  /external/blktrace/iowatcher/
plot.h 92 u64 total_ios; member in struct:graph_dot_data
  /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 171 int total_ios; member in struct:io_oper
478 (oper->started_ios == oper->total_ios || oper->stonewalled)) {
702 oper->total_ios = (oper->end - oper->start) / oper->reclen;
722 num_ios = oper->total_ios;
724 if ((oper->started_ios + num_ios) > oper->total_ios)
725 num_ios = oper->total_ios - oper->started_ios;
914 if (oper->started_ios == oper->total_ios) {
    [all...]

Completed in 2405 milliseconds