Searched refs:timer_handler (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/m68k/apollo/ |
D | config.c | 174 irq_handler_t timer_handler = dev_id; in dn_timer_int() local 178 timer_handler(irq, dev_id); in dn_timer_int()
|
/Linux-v4.19/arch/um/os-Linux/ |
D | signal.c | 29 [SIGALRM] = timer_handler 102 timer_handler(SIGALRM, NULL, regs); in timer_real_alarm_handler()
|
/Linux-v4.19/arch/um/include/shared/ |
D | kern_util.h | 40 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
/Linux-v4.19/arch/um/kernel/ |
D | time.c | 23 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function
|
/Linux-v4.19/drivers/input/joystick/ |
D | walkera0701.c | 171 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function 240 w->timer.function = timer_handler; in walkera0701_attach()
|
/Linux-v4.19/drivers/clocksource/ |
D | arm_arch_timer.c | 579 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler() function 599 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt() 606 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys() 613 return timer_handler(ARCH_TIMER_MEM_PHYS_ACCESS, evt); in arch_timer_handler_phys_mem() 620 return timer_handler(ARCH_TIMER_MEM_VIRT_ACCESS, evt); in arch_timer_handler_virt_mem()
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4098 #2 0x10094785 in timer_handler (sig=26) at time_kern.c:32
|