Searched refs:get_ccount (Results 1 – 2 of 2) sorted by relevance
36 return (cycle_t)get_ccount(); in ccount_read()77 set_linux_timer(get_ccount() + CCOUNT_PER_JIFFY); in time_init()92 while ((signed long)(get_ccount() - next) > 0) { in timer_interrupt()113 if ((signed long)(get_ccount() - next) > 0) in timer_interrupt()
71 static inline unsigned long get_ccount (void) in get_ccount() function