Lines Matching defs:bintime

69 	struct bintime		th_offset;
108 struct bintime boottimebin;
121 struct bintime bt_timethreshold;
122 struct bintime bt_tickthreshold;
125 struct bintime tc_tick_bt;
200 fbclock_binuptime(struct bintime *bt)
216 struct bintime bt;
225 struct bintime bt;
232 fbclock_bintime(struct bintime *bt)
242 struct bintime bt;
251 struct bintime bt;
258 fbclock_getbinuptime(struct bintime *bt)
297 fbclock_getbintime(struct bintime *bt)
337 binuptime(struct bintime *bt)
353 struct bintime bt;
362 struct bintime bt;
369 bintime(struct bintime *bt)
379 struct bintime bt;
381 bintime(&bt);
388 struct bintime bt;
390 bintime(&bt);
395 getbinuptime(struct bintime *bt)
434 getbintime(struct bintime *bt)
484 struct bintime ffclock_boottime; /* Feed-forward boot time estimate. */
491 struct bintime tick_time;
492 struct bintime tick_time_lerp;
561 * in seconds stored in bintime format.
567 ffclock_convert_delta(ffcounter ffdelta, uint64_t period, struct bintime *bt)
569 struct bintime bt2;
590 * The conversion from ffcounter to bintime relies on the difference clock
600 struct bintime bt, gap_lerp;
785 ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags)
807 * bintime. The ffcounter is converted using the current ffclock period estimate
813 ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags)
816 struct bintime bt2;
850 * into bintime. The difference clock allows measuring small intervals much more
854 ffclock_convert_diff(ffcounter ffdelta, struct bintime *bt)
893 binuptime(struct bintime *bt)
914 bintime(struct bintime *bt)
935 getbinuptime(struct bintime *bt)
956 getbintime(struct bintime *bt)
1015 struct bintime bt;
1080 * Convert a sysclock snapshot into a struct bintime based on the specified
1084 sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
1088 struct bintime bt2;
1216 struct bintime bt, bt2;
1248 struct bintime bt;
1659 struct bintime bt;
1916 static struct bintime t_last;
1917 struct bintime t_this, t_delta;