Searched refs:fio_cv (Results 1 – 2 of 2) sorted by relevance
112 cv_init(&fio->fio_cv, "flashcv"); in flash_sync_thread_init() 130 cv_destroy(&fio->fio_cv); in flash_sync_thread_init() 145 cv_broadcast(&fio->fio_cv); in flash_sync_thread_destroy() 154 cv_destroy(&fio->fio_cv); in flash_sync_thread_destroy() 285 cv_timedwait_sig(&fio->fio_cv, &fio->fio_lock, hz / 4); in flash_sync_thread()
14 kcondvar_t fio_cv; member