Home
last modified time | relevance | path

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

/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) {
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c171 int total_ios; member
478 (oper->started_ios == oper->total_ios || oper->stonewalled)) { in finish_io()
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) {
/external/blktrace/iowatcher/
Dplot.h92 u64 total_ios; member
Dplot.c207 gdd->total_ios++; in set_gdd_bit()