Searched refs:timer_handler (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/um/include/shared/ |
| H A D | kern_util.h | 36 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
| /linux/drivers/input/joystick/ |
| H A D | walkera0701.c | 167 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function 235 hrtimer_setup(&w->timer, timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in walkera0701_attach()
|
| /linux/drivers/clocksource/ |
| H A D | arm_arch_timer.c | 564 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler() function 584 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt() 591 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys()
|
| /linux/arch/um/os-Linux/ |
| H A D | signal.c | 130 timer_handler(SIGALRM, NULL, ®s); in timer_real_alarm_handler()
|
| /linux/arch/um/kernel/ |
| H A D | time.c | 764 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function
|