Searched refs:this_delay (Results 1 – 1 of 1) sorted by relevance
66 uint64_t this_delay; in iolog_delay() local82 this_delay = delay; in iolog_delay()83 if (this_delay > 500000) in iolog_delay()84 this_delay = 500000; in iolog_delay()86 usec_sleep(td, this_delay); in iolog_delay()87 delay -= this_delay; in iolog_delay()