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

  /external/fio/
gettime.c 449 uint64_t time_since_now(const struct timeval *s) function
  /external/autotest/client/tests/aiostress/
aio-stress.c 278 static double time_since_now(struct timeval *start_tv) function
411 runtime = time_since_now(&oper->start_time);
1065 double runtime = time_since_now(&global_stage_start_time);
1172 double seconds = time_since_now(&stage_time);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 276 static double time_since_now(struct timeval *start_tv) function
418 runtime = time_since_now(&oper->start_time);
1082 double runtime = time_since_now(&global_stage_start_time);
1189 double seconds = time_since_now(&stage_time);
    [all...]

Completed in 447 milliseconds