Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_intr.c107 static intr_irq_filter_t *irq_root_filter; variable
335 KASSERT(irq_root_filter != NULL, ("%s: no filter", __func__)); in intr_irq_handler()
345 irq_root_filter(irq_root_arg); in intr_irq_handler()
910 irq_root_filter = filter;