Home | History | Annotate | Download | only in disktest

Lines Matching refs:args

85 	child_args_t *args = test->args;
92 PDBG3(DBUG, args, "In timer %lu, %d\n", time(NULL), env->bContinue);
98 PDBG3(DBUG, args, "Continue timing %lu, %lu, %d\n", time(NULL),
101 if (args->flags & CLD_FLG_W) {
102 if ((args->flags & CLD_FLG_LINEAR)
103 && !(args->flags & CLD_FLG_NTRLVD)) {
104 if (TST_OPER(args->test_state) == WRITER) {
111 if (args->flags & CLD_FLG_R) {
112 if ((args->flags & CLD_FLG_LINEAR)
113 && !(args->flags & CLD_FLG_NTRLVD)) {
114 if (TST_OPER(args->test_state) == READER) {
145 PDBG3(DBUG, args, "average number of seconds per IO: %0.8lf\n",
150 if (0 == (++ioTimeoutCount % args->ioTimeout)) { /* no progress after modulo ioTimeout interval */
151 if (args->flags & CLD_FLG_TMO_ERROR) {
152 args->test_state =
153 SET_STS_FAIL(args->test_state);
157 pMsg(msg_level, args,
159 args->ioTimeout);
162 PDBG3(DBUG, args, "io timeout count: %lu\n",
169 PDBG3(DBUG, args, "io timeout reset\n");
173 if (((args->hbeat > 0) && ((run_time % args->hbeat) == 0))
175 print_stats(args, env, HBEAT);
187 if (args->flags & CLD_FLG_TMD) { /* if timing */
188 if (run_time >= args->run_time) { /* and run time exceeded */
198 PDBG3(DBUG, args, "Out of timer %lu, %lu, %d, %d\n", time(NULL),
202 if (args->flags & CLD_FLG_TMD) { /* timed test, timer exit needs to stop io threads */
204 PDBG3(DBUG, args,