HomeSort by relevance Sort by last modified time
    Searched full:first_ttime (Results 1 - 1 of 1) sorted by null

  /external/fio/t/
btrace2fio.c 63 uint64_t first_ttime[DDIR_RWDIR_CNT]; member in struct:btrace_out
103 static uint64_t first_ttime = -1ULL; variable
333 if (o->first_ttime[2] == -1ULL)
334 o->first_ttime[2] = t->time;
349 first_ttime = min(first_ttime, (uint64_t) t->time);
353 if (o->first_ttime[rw] == -1ULL)
354 o->first_ttime[rw] = t->time;
461 p->o.first_ttime[i] = -1ULL;
561 uint64_t usec = (o->last_ttime[rw] - o->first_ttime[rw]) / 1000ULL
    [all...]

Completed in 398 milliseconds