Searched refs:aac_bioq (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h360 struct bio_queue_head aac_bioq; member in struct:aac_softc
598 bioq_init(&sc->aac_bioq);
605 bioq_insert_tail(&sc->aac_bioq, bp);
614 if ((bp = bioq_first(&sc->aac_bioq)) != NULL) {
615 bioq_remove(&sc->aac_bioq, bp);
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h407 struct bio_queue_head aac_bioq; member in struct:aac_softc

Completed in 106 milliseconds