Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_intr.c101 static intr_irq_filter_t *irq_root_filter; variable
320 KASSERT(irq_root_filter != NULL, ("%s: no filter", __func__)); in intr_irq_handler()
327 irq_root_filter(irq_root_arg); in intr_irq_handler()
881 irq_root_filter = filter;