Searched defs:status_time (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dstat.c1489 static struct timeval status_time; variable in typeref:struct:timeval
1531 fio_gettime(&status_time, NULL);
1533 } else if (mtime_since_now(&status_time) >= status_interval) {
1535 fio_gettime(&status_time, NULL);

Completed in 184 milliseconds