Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_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
H A Dkmp_stats_timing.h72 static double tick_time(); // returns seconds per cycle (period) of clock
101 return value * tick_time(); in seconds()
/freebsd/sys/sys/
H A Dtimeffc.h112 struct bintime tick_time; member
125 struct bintime tick_time; member