Home
last modified time | relevance | path

Searched refs:wqueue (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/geom/vinum/
HDgeom_vinum_volume.c50 bp = bioq_takefirst(v->wqueue); in gv_volume_flush()
53 bp = bioq_takefirst(v->wqueue); in gv_volume_flush()
81 if (bioq_first(v->wqueue) != NULL) { in gv_volume_start()
82 bioq_insert_tail(v->wqueue, bp); in gv_volume_start()
122 bioq_insert_tail(v->wqueue, bp); in gv_volume_start()
HDgeom_vinum_var.h353 struct bio_queue_head *wqueue; /* Waiting BIO queue. */ member
380 struct bio_queue_head *wqueue; /* BIO delayed request queue. */ member
HDgeom_vinum_create.c189 v->wqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_volume()
190 bioq_init(v->wqueue); in gv_create_volume()
222 p->wqueue = g_malloc(sizeof(struct bio_queue_head), M_WAITOK | M_ZERO); in gv_create_plex()
223 bioq_init(p->wqueue); in gv_create_plex()
HDgeom_vinum_plex.c117 bioq_disksort(p->wqueue, cbp); in gv_plex_start()
361 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done()
364 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done()
405 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done()
408 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done()
HDgeom_vinum_subr.c1096 g_free(v->wqueue); in gv_cleanup()
1103 g_free(p->wqueue); in gv_cleanup()
HDgeom_vinum.c1012 bioq_disksort(p->wqueue, bp); in gv_worker()