Searched refs:iact (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
H A Dcevt-mn10300.c80 struct irqaction *iact; init_clockevents() local
108 iact = &per_cpu(timer_irq, cpu); init_clockevents()
109 iact->flags = IRQF_SHARED | IRQF_TIMER; init_clockevents()
110 iact->handler = timer_interrupt; init_clockevents()
120 iact->flags |= IRQF_NOBALANCING; init_clockevents()
126 iact->name = "CPU0 Timer"; init_clockevents()
129 iact->name = "CPU1 Timer"; init_clockevents()
132 setup_jiffies_interrupt(cd->irq, iact); init_clockevents()

Completed in 73 milliseconds