Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_irq.c69 int active_count; member
108 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()
111 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()
145 pirqs[i].active_count = 0; in pci_irq_init()
167 pirq->active_count++; in pci_irq_assert()
168 if (pirq->active_count == 1 && pirq_valid_irq(pirq->reg)) { in pci_irq_assert()
190 pirq->active_count--; in pci_irq_deassert()
191 if (pirq->active_count == 0 && pirq_valid_irq(pirq->reg)) { in pci_irq_deassert()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.c874 uint32_t active_count; in take_ctlr_offline() local
932 active_count = count_oustanding_cmds(s); in take_ctlr_offline()
933 if (active_count == 0) in take_ctlr_offline()