Searched refs:ts2ns (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/btreplay/
H A Dbtreplay.c282 * 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);

Completed in 82 milliseconds