Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c172 int started_ios; member
402 return ((double)oper->started_ios * (double)oper->reclen) / in oper_mb_trans()
464 (oper->started_ios == oper->total_ios || oper->stonewalled)) in finish_io()
702 if (oper->started_ios == 0)
708 if ((oper->started_ios + num_ios) > oper->total_ios)
709 num_ios = oper->total_ios - oper->started_ios;
733 io->io_oper->started_ios++;
804 oper->started_ios = 0;
828 if (oper->started_ios || oper->start == 0)
895 if (oper->started_ios == oper->total_ios) {
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c174 int started_ios; member
412 return ((double)oper->started_ios * (double)oper->reclen) / in oper_mb_trans()
478 (oper->started_ios == oper->total_ios || oper->stonewalled)) { in finish_io()
718 if (oper->started_ios == 0)
724 if ((oper->started_ios + num_ios) > oper->total_ios)
725 num_ios = oper->total_ios - oper->started_ios;
749 io->io_oper->started_ios++;
823 oper->started_ios = 0;
848 if (oper->started_ios || oper->start == 0)
914 if (oper->started_ios == oper->total_ios) {