Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c327 kcondvar_t q_zio_cv; /* used under vd->vdev_scan_io_queue_lock */ member
4801 cv_broadcast(&queue->q_zio_cv); in dsl_scan_scrub_done()
4849 cv_wait(&queue->q_zio_cv, q_lock); in scan_exec_io()
5002 cv_init(&q->q_zio_cv, NULL, CV_DEFAULT, NULL); in scan_io_queue_create()
5039 cv_destroy(&queue->q_zio_cv); in dsl_scan_io_queue_destroy()