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

  /external/ltp/testcases/kernel/io/disktest/
timer.c 173 if (((args->hbeat > 0) && ((run_time % args->hbeat) == 0))
175 print_stats(args, env, HBEAT);
parse.c 292 args->hbeat = atoi(optarg);
294 args->hbeat *= 60;
296 args->hbeat *= (time_t) (60 * 60);
298 args->hbeat *= (time_t) (60 * 60 * 24);
    [all...]
main.h 220 time_t hbeat; /* Statistics will be reported every hbeats seconds */ member in struct:child_args

Completed in 62 milliseconds