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

/freebsd-12-stable/sys/dev/aac/
H A Daacvar.h362 struct bio_queue_head aac_bioq; member in struct:aac_softc
600 bioq_init(&sc->aac_bioq);
607 bioq_insert_tail(&sc->aac_bioq, bp);
616 if ((bp = bioq_first(&sc->aac_bioq)) != NULL) {
617 bioq_remove(&sc->aac_bioq, bp);
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_var.h409 struct bio_queue_head aac_bioq; member in struct:aac_softc

Completed in 99 milliseconds