Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/xtensa/kernel/
A Dtime.c39 return (u64)get_ccount(); in ccount_read()
44 return get_ccount(); in ccount_sched_clock_read()
68 next = get_ccount() + delta; in ccount_timer_set_next_event()
70 if (next - get_ccount() > delta) in ccount_timer_set_next_event()
A Dsmp.c209 ccount = get_ccount(); in boot_secondary()
/linux-6.3-rc2/arch/xtensa/include/asm/
A Ddelay.h39 unsigned long start = get_ccount(); in __udelay()
43 while (((unsigned long)get_ccount()) - start < cycles) in __udelay()
A Dtimex.h38 static inline unsigned long get_ccount (void) in get_ccount() function

Completed in 7 milliseconds