Searched refs:active_count (Results 1 – 5 of 5) sorted by relevance
162 static int active_count; variable462 KASSERT(active_count < INT_MAX, in kcov_ioctl()464 active_count++; in kcov_ioctl()465 if (active_count == 1) { in kcov_ioctl()488 KASSERT(active_count > 0, ("%s: Open count is zero", __func__)); in kcov_ioctl()489 active_count--; in kcov_ioctl()490 if (active_count == 0) { in kcov_ioctl()524 KASSERT(active_count > 0, ("%s: Open count is zero", __func__)); in kcov_thread_dtor()525 active_count--; in kcov_thread_dtor()526 if (active_count == 0) { in kcov_thread_dtor()
68 int active_count; member107 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()110 if (pirq->active_count != 0 && pirq_valid_irq(pirq->reg)) in pirq_write()144 pirqs[i].active_count = 0; in pci_irq_init()166 pirq->active_count++; in pci_irq_assert()167 if (pirq->active_count == 1 && pirq_valid_irq(pirq->reg)) { in pci_irq_assert()189 pirq->active_count--; in pci_irq_deassert()190 if (pirq->active_count == 0 && pirq_valid_irq(pirq->reg)) { in pci_irq_deassert()
377 toep->ddp.active_count--; in complete_ddp_buffer()379 if (toep->ddp.active_count == 0) { in complete_ddp_buffer()487 while (toep->ddp.active_count > 0) { in insert_ddp_data()813 MPASS(toep->ddp.active_count == 0); in queue_ddp_rcvbuf()846 toep->ddp.active_count++; in queue_ddp_rcvbuf()847 if (toep->ddp.active_count == 1) { in queue_ddp_rcvbuf()995 MPASS(toep->ddp.active_count == 0); in handle_ddp_indicate()2398 if (toep->ddp.active_count != 0) in aio_ddp_requeue()2473 if (toep->ddp.active_count != 0) { in aio_ddp_requeue()2696 toep->ddp.active_count++; in aio_ddp_requeue()[all …]
203 u_int active_count; member
1751 if (toep->ddp.waiting_count != 0 || toep->ddp.active_count != 0) in do_rx_data()