Searched refs:tick_time (Results 1 – 5 of 5) sorted by relevance
519 struct bintime tick_time; member647 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 …]
27 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count34 double tsc_tick_count::tick_time() { in tick_time() function in tsc_tick_count
72 static double tick_time(); // returns seconds per cycle (period) of clock101 return value * tick_time(); in seconds()
113 struct bintime tick_time; member127 struct bintime tick_time; member
3403 OSSL_TIME tick_time; in sub_session_time() local3405 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()