Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/vinum/
H A Dgeom_vinum.c106 bioq_disksort(sc->bqueue_down, bp); in gv_start()
178 sc->bqueue_down = g_malloc(sizeof(struct bio_queue_head), in gv_init()
182 bioq_init(sc->bqueue_down); in gv_init()
985 g_free(sc->bqueue_down); in gv_worker()
1002 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.c559 bioq_disksort(sc->bqueue_down, bp); in gv_post_bio()