Searched refs:get_tick (Results 1 – 4 of 4) sorted by relevance
201 .get_tick = tick_get_tick,293 .get_tick = stick_get_tick,427 .get_tick = hbtick_get_tick,779 unsigned long bclock = get_tick(); in __delay()781 while ((get_tick() - bclock) < loops) in __delay()794 return get_tick(); in clocksource_tick_read()823 tick = ops->get_tick(); in init_tick_ops()891 return ((get_tick() * quotient) >> SPARC64_NSEC_PER_CYC_SHIFT) - offset; in sched_clock()896 *timer_val = get_tick(); in read_current_timer()
180 t0 = tick_ops->get_tick(); in get_delta()187 t1 = tick_ops->get_tick(); in get_delta()283 go[SLAVE] = tick_ops->get_tick(); in smp_synchronize_one_tick()
19 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()