Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/flash/
H A Dflash_io.c112 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()
H A Dflash_io.h14 kcondvar_t fio_cv; member