Lines Matching full:ratio
91 * Ratio of the simulated clock to the real host time
99 * Offset of the simulated time vs the real host time due to drift/clock ratio
115 /* Last host/real time when the ratio was adjusted */
117 /* Last simulated time when the ratio was adjusted */
301 * Set the ratio of the simulated time to host (real) time.
304 void hwtimer_set_rt_ratio(double ratio) in hwtimer_set_rt_ratio() argument
306 clock_ratio = ratio; in hwtimer_set_rt_ratio()
318 * Adjust the ratio of the simulated time by a factor
340 " Ratio adjusted to %f\n", in hwtimer_adjust_rt_ratio()
378 * years after the last clock ratio adjustment (or native_posix boot, in hwtimer_get_pseudohost_rtc_time()
381 * years of runtime without a clock ratio adjustment, but that really in hwtimer_get_pseudohost_rtc_time()
387 * st = (rt - last_rt_adj_time)*ratio + last_dt_adj_time in hwtimer_get_pseudohost_rtc_time()
390 * last_rt_adj_time = time (real) when the last ratio in hwtimer_get_pseudohost_rtc_time()
392 * last_st_adj_time = time (simulated) when the last ratio in hwtimer_get_pseudohost_rtc_time()
394 * ratio = ratio between simulated time and real time in hwtimer_get_pseudohost_rtc_time()
467 posix_print_error_and_exit("The ratio needs to be > 0. " in cmd_rt_ratio_found()
494 "or a ratio of it (see --rt-ratio below)"}, in native_add_time_options()
513 "rt-ratio", "ratio", 'd', in native_add_time_options()
518 "Note that both rt-drift & rt-ratio adjust the same clock " in native_add_time_options()