Home
last modified time | relevance | path

Searched refs:tick_time (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/kern/
HDkern_tc.c518 struct bintime tick_time; member
646 ffth->tick_time = fftimehands->tick_time; in ffclock_windup()
648 bintime_add(&ffth->tick_time, &bt); in ffclock_windup()
680 ffth->tick_time = cest->update_time; in ffclock_windup()
682 bintime_add(&ffth->tick_time, &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()
695 gap_lerp = ffth->tick_time; in ffclock_windup()
699 bintime_sub(&gap_lerp, &ffth->tick_time); in ffclock_windup()
719 ffth->tick_time_lerp = ffth->tick_time; in ffclock_windup()
[all …]
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats_timing.cpp27 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count
34 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count
HDkmp_stats_timing.h72 static double tick_time(); // returns seconds per cycle (period) of clock
101 return value * tick_time(); in seconds()
/freebsd-14-stable/sys/sys/
HDtimeffc.h112 struct bintime tick_time; member
125 struct bintime tick_time; member