Home
last modified time | relevance | path

Searched refs:clk_intr_event (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/sys/
HDinterrupt.h148 extern struct intr_event *clk_intr_event;
/NextBSD/sys/kern/
HDkern_timeout.c380 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()
HDkern_intr.c85 struct intr_event *clk_intr_event; variable
/NextBSD/sys/dev/cy/
HDcy.c433 swi_add(&clk_intr_event, "cy", cypoll, NULL, SWI_CLOCK, 0, in cyattach_common()
/NextBSD/sys/dev/sio/
HDsio.c1079 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,
/NextBSD/sys/pc98/cbus/
HDsio.c1724 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,