Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c132 struct mtx zsg_queue_mtx; member
509 mtx_lock(&zsg->zsg_queue_mtx); in zvol_geom_worker()
515 mtx_unlock(&zsg->zsg_queue_mtx); in zvol_geom_worker()
518 msleep(&zsg->zsg_queue, &zsg->zsg_queue_mtx, in zvol_geom_worker()
522 mtx_unlock(&zsg->zsg_queue_mtx); in zvol_geom_worker()
546 mtx_lock(&zsg->zsg_queue_mtx); in zvol_geom_bio_start()
549 mtx_unlock(&zsg->zsg_queue_mtx); in zvol_geom_bio_start()
1260 mtx_destroy(&zsg->zsg_queue_mtx); in zvol_free()
1427 mtx_lock(&zsg->zsg_queue_mtx); in zvol_clear_private()
1432 msleep(&zsg->zsg_state, &zsg->zsg_queue_mtx, in zvol_clear_private()
[all …]