Lines Matching full:ratio
81 * Ratio of the simulated clock to the real host time
89 * Offset of the simulated time vs the real host time due to drift/clock ratio
105 /* Last host/real time when the ratio was adjusted */
107 /* Last simulated time when the ratio was adjusted */
293 * Set the ratio of the simulated time to host (real) time.
296 void hwtimer_set_rt_ratio(double ratio) in hwtimer_set_rt_ratio() argument
298 clock_ratio = ratio; in hwtimer_set_rt_ratio()
310 * Adjust the ratio of the simulated time by a factor
332 " Ratio adjusted to %f\n", in hwtimer_adjust_rt_ratio()
370 * years after the last clock ratio adjustment (or boot, in hwtimer_get_pseudohost_rtc_time()
373 * years of runtime without a clock ratio adjustment, but that really in hwtimer_get_pseudohost_rtc_time()
379 * st = (rt - last_rt_adj_time)*ratio + last_dt_adj_time in hwtimer_get_pseudohost_rtc_time()
382 * last_rt_adj_time = time (real) when the last ratio in hwtimer_get_pseudohost_rtc_time()
384 * last_st_adj_time = time (simulated) when the last ratio in hwtimer_get_pseudohost_rtc_time()
386 * ratio = ratio between simulated time and real time in hwtimer_get_pseudohost_rtc_time()
459 nsi_print_error_and_exit("The ratio needs to be > 0. " in cmd_rt_ratio_found()
481 "or a ratio of it (see --rt-ratio below)" in nsi_add_time_options()
503 .option = "rt-ratio", in nsi_add_time_options()
504 .name = "ratio", in nsi_add_time_options()
511 "Note that both rt-drift & rt-ratio adjust the same clock " in nsi_add_time_options()