Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c519 struct bintime tick_time_lerp; member
650 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_windup()
652 bintime_add(&ffth->tick_time_lerp, &bt); in ffclock_windup()
686 ffth->tick_time_lerp = ffth->tick_time; in ffclock_windup()
698 gap_lerp = ffth->tick_time_lerp; in ffclock_windup()
795 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_change_tc()
825 *bt = ffth->tick_time_lerp; in ffclock_last_tick()
860 *bt = ffth->tick_time_lerp; in ffclock_convert_abs()
1072 ffi->tick_time = ffth->tick_time_lerp; in sysclock_getsnapshot()
1073 ffi->tick_time_lerp = ffth->tick_time_lerp; in sysclock_getsnapshot()
[all …]
/freebsd/sys/sys/
H A Dtimeffc.h126 struct bintime tick_time_lerp; member