Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c292 kcondvar_t q_zio_cv; /* used under vd->vdev_scan_io_queue_lock */ member
4023 cv_broadcast(&queue->q_zio_cv); in dsl_scan_scrub_done()
4062 cv_wait(&queue->q_zio_cv, q_lock); in scan_exec_io()
4152 cv_init(&q->q_zio_cv, NULL, CV_DEFAULT, NULL); in scan_io_queue_create()
4190 cv_destroy(&queue->q_zio_cv); in dsl_scan_io_queue_destroy()