Searched refs:tick_to_time (Results 1 – 6 of 6) sorted by relevance
117 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time() function134 return tick_to_time(get_ticks()) - base; in get_timer()139 return tick_to_time(get_ticks() * 1000); in timer_get_us()
40 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function66 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function137 return tick_to_time(get_ticks()); in get_timer_masked()
18 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function62 return tick_to_time(get_ticks()) - base; in get_timer()
31 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function95 return tick_to_time(get_ticks()) - base; in get_timer()
34 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function96 return tick_to_time(get_ticks()) - base; in get_timer()
34 static inline unsigned long tick_to_time(unsigned long tick) in tick_to_time() function115 return tick_to_time(get_ticks()) - base; in get_timer()