Home
last modified time | relevance | path

Searched refs:tick_time_lerp (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_tc.c495 struct bintime tick_time_lerp; member
626 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_windup()
628 bintime_add(&ffth->tick_time_lerp, &bt); in ffclock_windup()
662 ffth->tick_time_lerp = ffth->tick_time; in ffclock_windup()
674 gap_lerp = ffth->tick_time_lerp; in ffclock_windup()
771 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_change_tc()
801 *bt = ffth->tick_time_lerp; in ffclock_last_tick()
836 *bt = ffth->tick_time_lerp; in ffclock_convert_abs()
1048 ffi->tick_time = ffth->tick_time_lerp; in sysclock_getsnapshot()
1049 ffi->tick_time_lerp = ffth->tick_time_lerp; in sysclock_getsnapshot()
[all …]
/f-stack/freebsd/sys/
H A Dtimeffc.h128 struct bintime tick_time_lerp; member