Searched refs:sc_inqueue (Results 1 – 2 of 2) sorted by relevance
118 while ((bp = bioq_takefirst(&sc->sc_inqueue)) != NULL) { in g_gate_destroy()201 bioq_insert_tail(&sc->sc_inqueue, bp); in g_gate_queue_io()348 TAILQ_FOREACH_SAFE(bp, &sc->sc_inqueue.queue, bio_queue, bp2) { in g_gate_guard()351 bioq_remove(&sc->sc_inqueue, bp); in g_gate_guard()482 bioq_init(&sc->sc_inqueue); in g_gate_create()777 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()779 TAILQ_INSERT_AFTER(&sc->sc_inqueue.queue, in g_gate_ioctl()807 bp = bioq_first(&sc->sc_inqueue); in g_gate_ioctl()829 bioq_remove(&sc->sc_inqueue, bp); in g_gate_ioctl()848 bioq_insert_head(&sc->sc_inqueue, bp); in g_gate_ioctl()[all …]
88 struct bio_queue_head sc_inqueue; /* P: sc_queue_mtx */ member