Searched refs:this_delay (Results 1 – 1 of 1) sorted by relevance
64 uint64_t this_delay; in iolog_delay() local80 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()