Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c376 atomic_dec_32(&hdlp->ih_main->ih_dup_cnt); in ddi_intr_free()
681 atomic_inc_32(&hdlp->ih_dup_cnt); in ddi_intr_dup_handler()
691 dup_hdlp->ih_dup_cnt = 0; in ddi_intr_dup_handler()
721 ASSERT(hdlp->ih_dup_cnt == 0); in ddi_intr_remove_handler()
722 if (hdlp->ih_dup_cnt > 0) { in ddi_intr_remove_handler()
724 "dup_cnt %d is not 0\n", hdlp->ih_dup_cnt)); in ddi_intr_remove_handler()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h96 uint_t ih_dup_cnt; /* # of dupped msi-x vectors */ member