Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_tc.c519 struct bintime tick_time; member
647 ffth->tick_time = fftimehands->tick_time; in ffclock_windup()
649 bintime_add(&ffth->tick_time, &bt); in ffclock_windup()
681 ffth->tick_time = cest->update_time; in ffclock_windup()
683 bintime_add(&ffth->tick_time, &bt); in ffclock_windup()
687 ffth->tick_time_lerp = ffth->tick_time; in ffclock_windup()
689 if (bintime_cmp(&ffth->tick_time, &ffth->tick_time_lerp, >)) in ffclock_windup()
696 gap_lerp = ffth->tick_time; in ffclock_windup()
700 bintime_sub(&gap_lerp, &ffth->tick_time); in ffclock_windup()
720 ffth->tick_time_lerp = ffth->tick_time; in ffclock_windup()
[all …]
/src/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()
/src/sys/sys/
H A Dtimeffc.h113 struct bintime tick_time; member
127 struct bintime tick_time; member
/src/crypto/openssl/test/
H A Dsslapitest.c3403 OSSL_TIME tick_time; in sub_session_time() local
3405 tick_time = ossl_time_from_time_t(SSL_SESSION_get_time_ex(sess)); in sub_session_time()
3406 tick_time = ossl_time_subtract(tick_time, ossl_seconds2time(10)); in sub_session_time()
3408 return SSL_SESSION_set_time_ex(sess, ossl_time_to_time_t(tick_time)) != 0; in sub_session_time()