Searched refs:sc_inqueue (Results 1 – 2 of 2) sorted by relevance
131 while ((bp = bioq_takefirst(&sc->sc_inqueue)) != NULL) { in g_gate_destroy()215 bioq_insert_tail(&sc->sc_inqueue, bp); in g_gate_queue_io()379 TAILQ_FOREACH_SAFE(bp, &sc->sc_inqueue.queue, bio_queue, bp2) { in g_gate_guard()382 bioq_remove(&sc->sc_inqueue, bp); in g_gate_guard()514 bioq_init(&sc->sc_inqueue); in g_gate_create()826 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()828 TAILQ_INSERT_AFTER(&sc->sc_inqueue.queue, in g_gate_ioctl()856 bp = bioq_first(&sc->sc_inqueue); in g_gate_ioctl()877 bioq_remove(&sc->sc_inqueue, bp); in g_gate_ioctl()897 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()[all …]
88 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */ member