Searched refs:hw_tick (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/68000/ |
H A D | timers.c | 59 static irqreturn_t hw_tick(int irq, void *dummy) in hw_tick() function 102 ret = request_irq(TMR_IRQ_NUM, hw_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init()
|
/kernel/linux/linux-6.6/arch/m68k/68000/ |
H A D | timers.c | 58 static irqreturn_t hw_tick(int irq, void *dummy) in hw_tick() function 102 ret = request_irq(TMR_IRQ_NUM, hw_tick, IRQF_TIMER, "timer", NULL); in hw_timer_init()
|
Completed in 1 milliseconds