Searched refs:get_tick (Results 1 – 4 of 4) sorted by relevance
199 .get_tick = tick_get_tick,291 .get_tick = stick_get_tick,425 .get_tick = hbtick_get_tick,781 unsigned long bclock = get_tick(); in __delay()783 while ((get_tick() - bclock) < loops) in __delay()796 return get_tick(); in clocksource_tick_read()825 tick = ops->get_tick(); in init_tick_ops()892 return ((get_tick() * quotient) >> SPARC64_NSEC_PER_CYC_SHIFT) - offset; in sched_clock()897 *timer_val = get_tick(); in read_current_timer()
177 t0 = tick_ops->get_tick(); in get_delta()184 t1 = tick_ops->get_tick(); in get_delta()280 go[SLAVE] = tick_ops->get_tick(); in smp_synchronize_one_tick()
20 unsigned long long (*get_tick)(void); member54 static inline unsigned long get_tick(void) in get_tick() function
16 #define get_cycles() tick_ops->get_tick()