Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/flash/
H A Dflash_io.c118 fio->fio_exiting = false; in flash_sync_thread_init()
144 fio->fio_exiting = true; in flash_sync_thread_destroy()
162 if (__predict_false(fio->fio_exiting)) { in flash_io_submit()
284 while (!fio->fio_exiting) { in flash_sync_thread()
H A Dflash_io.h15 bool fio_exiting; member