Home
last modified time | relevance | path

Searched refs:free_slots (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c593 static int free_slots; variable
621 free_slots++; in sweep_thread()
645 max_free_slots = free_slots = MAX(2, boot_ncpus); in run_sweep()
684 if (free_slots > 0) { in run_sweep()
689 free_slots--; in run_sweep()
706 VERIFY(free_slots <= max_free_slots); in run_sweep()
707 while (free_slots < max_free_slots) { in run_sweep()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c2138 int free_slots; in xnf_intr() local
2141 free_slots = xnf_tx_slots_get(xnfp, 0, B_FALSE); in xnf_intr()
2143 if (need_sched && (free_slots >= XEN_MAX_SLOTS_PER_TX)) { in xnf_intr()
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c2475 uint32_t free_slots; in si_claim_free_slot() local
2484 free_slots = (~si_portp->siport_pending_tags) & SI_SLOT_MASK; in si_claim_free_slot()
2485 slot = ddi_ffs(free_slots) - 1; in si_claim_free_slot()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1994 uint32_t free_slots; in ahci_claim_free_slot() local
2005 free_slots = 0; in ahci_claim_free_slot()
2037 free_slots = (~ahci_portp->ahciport_pending_tags) & in ahci_claim_free_slot()
2074 free_slots = (~ahci_portp->ahciport_pending_ncq_tags) & in ahci_claim_free_slot()
2109 slot = ddi_ffs(free_slots) - 1; in ahci_claim_free_slot()