Home
last modified time | relevance | path

Searched refs:get_ccount (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/xtensa/kernel/
Dtime.c36 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()
/linux-2.6.39/arch/xtensa/include/asm/
Dtimex.h71 static inline unsigned long get_ccount (void) in get_ccount() function