Searched refs:get_tb_or_rtc (Results 1 – 3 of 3) sorted by relevance
497 now = get_tb_or_rtc(); in __timer_interrupt()855 __this_cpu_write(decrementers_next_tb, get_tb_or_rtc() + evt); in decrementer_set_next_event()877 *next_tb = get_tb_or_rtc(); in tick_broadcast_ipi_handler()964 boot_tb = get_tb_or_rtc(); in time_init()
115 u64 now = get_tb_or_rtc(); in decrementer_check_overflow()
134 static inline u64 get_tb_or_rtc(void) in get_tb_or_rtc() function