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

  /external/blktrace/btreplay/
btreplay.c 282 * ts2ns - Convert timespec values to a nanosecond value
285 static inline __u64 ts2ns(struct timespec *ts) function
291 * ts2ns - Convert timeval values to a nanosecond value
356 return ts2ns(&ts);
    [all...]

Completed in 697 milliseconds