Home
last modified time | relevance | path

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

/arch/m68k/apollo/
Dconfig.c171 irq_handler_t timer_handler = dev_id; in dn_timer_int() local
175 timer_handler(irq, dev_id); in dn_timer_int()
/arch/um/include/shared/
Dkern_util.h40 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
/arch/um/os-Linux/
Dsignal.c94 timer_handler(SIGALRM, NULL, &regs); in timer_real_alarm_handler()
/arch/um/kernel/
Dtime.c502 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in timer_handler() function