Lines Matching defs:tvp
308 fbclock_microuptime(struct timeval *tvp)
313 bintime2timeval(&bt, tvp);
333 fbclock_microtime(struct timeval *tvp)
338 bintime2timeval(&bt, tvp);
358 fbclock_getmicrouptime(struct timeval *tvp)
363 bintime2timeval(&bt, tvp);
381 fbclock_getmicrotime(struct timeval *tvp)
384 GETTHMEMBER(tvp, th_microtime);
405 microuptime(struct timeval *tvp)
410 bintime2timeval(&bt, tvp);
430 microtime(struct timeval *tvp)
435 bintime2timeval(&bt, tvp);
455 getmicrouptime(struct timeval *tvp)
460 bintime2timeval(&bt, tvp);
478 getmicrotime(struct timeval *tvp)
481 GETTHMEMBER(tvp, th_microtime);
935 microuptime(struct timeval *tvp)
938 microuptime_fromclock(tvp, sysclock_active);
956 microtime(struct timeval *tvp)
959 microtime_fromclock(tvp, sysclock_active);
977 getmicrouptime(struct timeval *tvp)
980 getmicrouptime_fromclock(tvp, sysclock_active);
998 getmicrotime(struct timeval *tvp)
1001 getmicrouptime_fromclock(tvp, sysclock_active);