Home
last modified time | relevance | path

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

/external/fio/
Diolog.h23 unsigned long hist_last; member
Dstat.c2334 if (!hw->hist_last) in add_clat_sample()
2335 hw->hist_last = elapsed; in add_clat_sample()
2336 this_window = elapsed - hw->hist_last; in add_clat_sample()
2362 hw->hist_last = elapsed - (this_window - iolog->hist_msec); in add_clat_sample()