Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dkern_util.h37 extern void timer_handler(int sig, struct uml_pt_regs *regs);
39 extern void timer_handler(int sig, struct uml_pt_regs *regs);
/arch/um/os-Linux/
Dsignal.c31 [SIGVTALRM] = timer_handler };
94 timer_handler(SIGVTALRM, &regs); in real_alarm_handler()
/arch/m68k/apollo/
Dconfig.c175 irq_handler_t timer_handler = dev_id; in dn_timer_int() local
179 timer_handler(irq, dev_id); in dn_timer_int()
/arch/um/kernel/
Dtime.c16 void timer_handler(int sig, struct uml_pt_regs *regs) in timer_handler() function