Searched refs:ih_active (Results 1 – 2 of 2) sorted by relevance
904 ih->ih_active = false; in bhndb_alloc_intr_handler()918 KASSERT(!ih->ih_active, ("free of active interrupt handler %p", in bhndb_free_intr_handler()934 KASSERT(!ih->ih_active, ("duplicate registration of interrupt " in bhndb_register_intr_handler()938 ih->ih_active = true; in bhndb_register_intr_handler()952 KASSERT(ih->ih_active, ("duplicate deregistration of interrupt " in bhndb_deregister_intr_handler()959 ih->ih_active = false; in bhndb_deregister_intr_handler()
186 bool ih_active; /**< handler has been registered via bhndb_register_intr_handler */ member