Home
last modified time | relevance | path

Searched refs:get_tick (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dtimer_64.h20 unsigned long long (*get_tick)(void); member
54 static inline unsigned long get_tick(void) in get_tick() function
H A Dtimex_64.h16 #define get_cycles() tick_ops->get_tick()
/linux/arch/sparc/kernel/
H A Dsmp_64.c177 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()