ccount_timer       85 arch/xtensa/kernel/time.c 	struct ccount_timer *timer =
ccount_timer       86 arch/xtensa/kernel/time.c 		container_of(evt, struct ccount_timer, evt);
ccount_timer       97 arch/xtensa/kernel/time.c 	struct ccount_timer *timer =
ccount_timer       98 arch/xtensa/kernel/time.c 		container_of(evt, struct ccount_timer, evt);
ccount_timer      107 arch/xtensa/kernel/time.c static DEFINE_PER_CPU(struct ccount_timer, ccount_timer) = {
ccount_timer      120 arch/xtensa/kernel/time.c 	struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt;
ccount_timer      139 arch/xtensa/kernel/time.c 	struct ccount_timer *timer = &per_cpu(ccount_timer, cpu);
ccount_timer      202 arch/xtensa/kernel/time.c 	setup_irq(this_cpu_ptr(&ccount_timer)->evt.irq, &timer_irqaction);