Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/
H A Diolog.c156 if (td->io_log_checkmark == td->io_log_current) { in read_iolog_get()
160 td->io_log_current--; in read_iolog_get()
372 for_1s = (td->io_log_highmark - td->io_log_current) * 1000000000 / elapsed; in iolog_items_to_fetch()
373 items_to_fetch = for_1s - td->io_log_current; in iolog_items_to_fetch()
379 td->io_log_highmark = td->io_log_current + items_to_fetch; in iolog_items_to_fetch()
523 td->io_log_current++; in read_iolog2()
535 td->io_log_highmark = td->io_log_current; in read_iolog2()
547 if (td->io_log_current == 0) { in read_iolog2()
H A Dfio.h431 unsigned int io_log_current; member