Searched refs:xsoftc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.c | 157 static struct xpt_softc xsoftc; variable 159 MTX_SYSINIT(xpt_topo_init, &xsoftc.xpt_topo_lock, "XPT topology lock", MTX_DEF); 162 &xsoftc.boot_delay, 0, "Bus registration wait time"); 164 &xsoftc.xpt_generation, 0, "CAM peripheral generation count"); 798 if (TAILQ_EMPTY(&xsoftc.ccb_scanq)) in xpt_scanner_thread() 799 msleep(&xsoftc.ccb_scanq, &xsoftc.xpt_topo_lock, PRIBIO, in xpt_scanner_thread() 801 if ((ccb = (union ccb *)TAILQ_FIRST(&xsoftc.ccb_scanq)) != NULL) { in xpt_scanner_thread() 802 TAILQ_REMOVE(&xsoftc.ccb_scanq, &ccb->ccb_h, sim_links.tqe); in xpt_scanner_thread() 859 TAILQ_FOREACH(hdr, &xsoftc.ccb_scanq, sim_links.tqe) { in xpt_rescan() 861 wakeup(&xsoftc.ccb_scanq); in xpt_rescan() [all …]
|