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

/linux-master/arch/um/include/shared/
H A Dkern_util.h38 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
/linux-master/drivers/input/joystick/
H A Dwalkera0701.c167 static enum hrtimer_restart timer_handler(struct hrtimer function
236 w->timer.function = timer_handler;
/linux-master/arch/um/os-Linux/
H A Dsignal.c108 timer_handler(SIGALRM, NULL, &regs);
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c665 static __always_inline irqreturn_t timer_handler(const int access, function
685 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt);
692 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt);
699 return timer_handler(ARCH_TIMER_MEM_PHYS_ACCESS, evt);
706 return timer_handler(ARCH_TIMER_MEM_VIRT_ACCESS, evt);
/linux-master/arch/um/kernel/
H A Dtime.c621 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) function

Completed in 132 milliseconds