Searched refs:clk_intr_event (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | interrupt.h | 148 extern struct intr_event *clk_intr_event;
|
| /NextBSD/sys/kern/ |
| HD | kern_timeout.c | 380 if (swi_add(&clk_intr_event, name, softclock, cc, SWI_CLOCK, in start_softclock() 384 (intr_event_bind(clk_intr_event, timeout_cpu) != 0)) { in start_softclock()
|
| HD | kern_intr.c | 85 struct intr_event *clk_intr_event; variable
|
| /NextBSD/sys/dev/cy/ |
| HD | cy.c | 433 swi_add(&clk_intr_event, "cy", cypoll, NULL, SWI_CLOCK, 0, in cyattach_common()
|
| /NextBSD/sys/dev/sio/ |
| HD | sio.c | 1079 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,
|
| /NextBSD/sys/pc98/cbus/ |
| HD | sio.c | 1724 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,
|