HomeSort by relevance Sort by last modified time
    Searched refs:usec_sleep (Results 1 - 5 of 5) sorted by null

  /external/fio/
fio_time.h 16 extern uint64_t usec_sleep(struct thread_data *, unsigned long);
time.c 41 uint64_t usec_sleep(struct thread_data *td, unsigned long usec) function
iolog.c 86 usec_sleep(td, this_delay);
170 usec_sleep(td, (ipo->delay - elapsed) * 1000);
backend.c 1036 usec_sleep(td, left);
    [all...]
io_u.c 705 usec = usec_sleep(td, usec);
    [all...]

Completed in 194 milliseconds