Home | History | Annotate | Download | only in btreplay

Lines Matching refs:tp

293 static inline __u64 tv2ns(struct timeval *tp)
295 return ((__u64)(tp->tv_sec)) + ((__u64)(tp->tv_usec) * (__u64)1000);
359 struct timeval tp;
360 gettimeofday(&tp, NULL);
361 return tv2ns(&tp);