Searched refs:timer_handler (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/apollo/ |
H A D | config.c | 171 irq_handler_t timer_handler = dev_id; in dn_timer_int() local 175 timer_handler(irq, dev_id); in dn_timer_int()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | kern_util.h | 40 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | kern_util.h | 39 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | walkera0701.c | 167 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function 236 w->timer.function = timer_handler; in walkera0701_attach()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | walkera0701.c | 167 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function 236 w->timer.function = timer_handler; in walkera0701_attach()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | arm_arch_timer.c | 638 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler() function 658 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt() 665 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys() 672 return timer_handler(ARCH_TIMER_MEM_PHYS_ACCESS, evt); in arch_timer_handler_phys_mem() 679 return timer_handler(ARCH_TIMER_MEM_VIRT_ACCESS, evt); in arch_timer_handler_virt_mem()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | arm_arch_timer.c | 665 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler() function 685 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt() 692 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys() 699 return timer_handler(ARCH_TIMER_MEM_PHYS_ACCESS, evt); in arch_timer_handler_phys_mem() 706 return timer_handler(ARCH_TIMER_MEM_VIRT_ACCESS, evt); in arch_timer_handler_virt_mem()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | signal.c | 94 timer_handler(SIGALRM, NULL, ®s); in timer_real_alarm_handler()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | signal.c | 108 timer_handler(SIGALRM, NULL, ®s); in timer_real_alarm_handler()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | time.c | 502 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | time.c | 621 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function
|
Completed in 10 milliseconds