Home
last modified time | relevance | path

Searched refs:bqueue_down (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum.c104 bioq_disksort(sc->bqueue_down, bp); in gv_start()
176 sc->bqueue_down = g_malloc(sizeof(struct bio_queue_head), in gv_init()
180 bioq_init(sc->bqueue_down); in gv_init()
980 g_free(sc->bqueue_down); in gv_worker()
997 bp = bioq_takefirst(sc->bqueue_down); in gv_worker()
H A Dgeom_vinum_var.h238 struct bio_queue_head *bqueue_down; /* BIO queue incoming member
H A Dgeom_vinum_plex.c555 bioq_disksort(sc->bqueue_down, bp); in gv_post_bio()