Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/flash/
H A Dflash_io.h7 struct bintime fio_last_write; member
H A Dflash_io.c223 binuptime(&fio->fio_last_write); in flash_io_cache_write()
293 if (flash_timestamp_diff(&now, &fio->fio_last_write) > hz / 5) { in flash_sync_thread()