Searched refs:sc_inqueue (Results 1 – 2 of 2) sorted by relevance
119 while ((bp = bioq_takefirst(&sc->sc_inqueue)) != NULL) { in g_gate_destroy()202 bioq_insert_tail(&sc->sc_inqueue, bp); in g_gate_queue_io()349 TAILQ_FOREACH_SAFE(bp, &sc->sc_inqueue.queue, bio_queue, bp2) { in g_gate_guard()352 bioq_remove(&sc->sc_inqueue, bp); in g_gate_guard()483 bioq_init(&sc->sc_inqueue); in g_gate_create()778 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()780 TAILQ_INSERT_AFTER(&sc->sc_inqueue.queue, in g_gate_ioctl()808 bp = bioq_first(&sc->sc_inqueue); in g_gate_ioctl()830 bioq_remove(&sc->sc_inqueue, bp); in g_gate_ioctl()849 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()[all …]
86 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */ member