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

/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h225 struct bio_queue_head amr_bioq; /* pending I/O with no commands */ member in struct:amr_softc
306 bioq_insert_tail(&sc->amr_bioq, bio);
314 if ((bio = bioq_first(&sc->amr_bioq)) != NULL)
315 bioq_remove(&sc->amr_bioq, bio);
H A Damr.c203 bioq_init(&sc->amr_bioq);

Completed in 118 milliseconds