Home
last modified time | relevance | path

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

/linux-4.1.27/arch/xtensa/kernel/
Dtime.c57 struct ccount_timer { struct
62 static DEFINE_PER_CPU(struct ccount_timer, ccount_timer); argument
83 struct ccount_timer *timer = in ccount_timer_set_mode()
84 container_of(evt, struct ccount_timer, evt); in ccount_timer_set_mode()
120 struct ccount_timer *timer = &per_cpu(ccount_timer, cpu); in local_timer_setup()
150 setup_irq(this_cpu_ptr(&ccount_timer)->evt.irq, &timer_irqaction); in time_init()
161 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; in timer_interrupt()