Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzvol.c198 struct bio_queue_head zv_queue; member
753 bioq_init(&zv->zv_queue); in zvol_create_minor()
2975 wakeup_one(&zv->zv_queue); in zvol_geom_destroy()
3098 first = (bioq_first(&zv->zv_queue) == NULL); in zvol_geom_start()
3099 bioq_insert_tail(&zv->zv_queue, bp); in zvol_geom_start()
3102 wakeup_one(&zv->zv_queue); in zvol_geom_start()
3118 bp = bioq_takefirst(&zv->zv_queue); in zvol_geom_worker()
3126 msleep(&zv->zv_queue, &zv->zv_queue_mtx, PRIBIO | PDROP, in zvol_geom_worker()