Home
last modified time | relevance | path

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

/external/fio/
Diolog.c64 uint64_t this_delay; in iolog_delay() local
80 this_delay = delay; in iolog_delay()
81 if (this_delay > 500000) in iolog_delay()
82 this_delay = 500000; in iolog_delay()
84 usec_sleep(td, this_delay); in iolog_delay()
85 delay -= this_delay; in iolog_delay()