Searched refs:sc_inqueue (Results 1 – 2 of 2) sorted by relevance
128 while ((bp = bioq_takefirst(&sc->sc_inqueue)) != NULL) { in g_gate_destroy()212 bioq_insert_tail(&sc->sc_inqueue, bp); in g_gate_queue_io()375 TAILQ_FOREACH_SAFE(bp, &sc->sc_inqueue.queue, bio_queue, bp2) { in g_gate_guard()378 bioq_remove(&sc->sc_inqueue, bp); in g_gate_guard()508 bioq_init(&sc->sc_inqueue); in g_gate_create()820 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()822 TAILQ_INSERT_AFTER(&sc->sc_inqueue.queue, in g_gate_ioctl()850 bp = bioq_first(&sc->sc_inqueue); in g_gate_ioctl()871 bioq_remove(&sc->sc_inqueue, bp); in g_gate_ioctl()891 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()[all …]
86 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */ member