Home
last modified time | relevance | path

Searched refs:hbeat (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dtimer.c173 if (((args->hbeat > 0) && ((run_time % args->hbeat) == 0)) in ChildTimer()
Dparse.c292 args->hbeat = atoi(optarg); in fill_cld_args()
294 args->hbeat *= 60; in fill_cld_args()
296 args->hbeat *= (time_t) (60 * 60); in fill_cld_args()
298 args->hbeat *= (time_t) (60 * 60 * 24); in fill_cld_args()
1116 if ((args->hbeat > 0) && (args->flags & CLD_FLG_TMD) in check_conclusions()
1117 && (args->hbeat > args->run_time)) { in check_conclusions()
1122 if ((args->hbeat > 0) && !(args->flags & CLD_FLG_PRFTYPS)) { in check_conclusions()
Dmain.h220 time_t hbeat; /* Statistics will be reported every hbeats seconds */ member