Searched refs:is_handlers (Results 1 – 6 of 6) sorted by relevance
243 isrc->is_handlers = 0; in intr_register_source()269 isrc->is_handlers++; in intr_add_handler()270 if (isrc->is_handlers == 1) { in intr_add_handler()290 isrc->is_handlers--; in intr_remove_handler()291 if (isrc->is_handlers == 0) { in intr_remove_handler()
505 KASSERT(msi->msi_intsrc.is_handlers == 0, in msi_alloc()745 KASSERT(msi->msi_intsrc.is_handlers == 0, ("dead MSI-X has handlers")); in msix_alloc()
476 if (isrc->is_handlers > 0) in ioapic_assign_cpu()493 if (isrc->is_handlers > 0) in ioapic_assign_cpu()
333 KASSERT(isrc->xi_arch.intsrc.is_handlers == 0, in xen_arch_intr_alloc()370 KASSERT(isrc->xi_arch.intsrc.is_handlers == 0, in xen_arch_intr_release()
599 i8254_intsrc->is_handlers++; in attimer_attach()605 i8254_intsrc->is_handlers--; in attimer_attach()608 i8254_intsrc->is_handlers--; in attimer_attach()
112 u_int is_handlers; member