Home
last modified time | relevance | path

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

/Linux-v6.1/arch/um/include/shared/
Dkern_util.h39 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
/Linux-v6.1/drivers/input/joystick/
Dwalkera0701.c167 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function
236 w->timer.function = timer_handler; in walkera0701_attach()
/Linux-v6.1/drivers/clocksource/
Darm_arch_timer.c646 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler() function
666 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt()
673 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys()
680 return timer_handler(ARCH_TIMER_MEM_PHYS_ACCESS, evt); in arch_timer_handler_phys_mem()
687 return timer_handler(ARCH_TIMER_MEM_VIRT_ACCESS, evt); in arch_timer_handler_virt_mem()
/Linux-v6.1/arch/um/os-Linux/
Dsignal.c108 timer_handler(SIGALRM, NULL, &regs); in timer_real_alarm_handler()
/Linux-v6.1/arch/um/kernel/
Dtime.c597 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function