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()
688 if (bintime_cmp(&ffth->tick_time, &ffth->tick_time_lerp, >)) in ffclock_windup()
696 bintime_sub(&gap_lerp, &ffth->tick_time_lerp); in ffclock_windup()
698 gap_lerp = ffth->tick_time_lerp; in ffclock_windup()
719 ffth->tick_time_lerp = ffth->tick_time; 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()
[all …]
/freebsd/sys/sys/
H A Dtimeffc.h126 struct bintime tick_time_lerp; member