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

  /external/fio/
helper_thread.c 85 msec_to_next_event = DISK_UTIL_MSEC;
110 if (since_du >= DISK_UTIL_MSEC || DISK_UTIL_MSEC - since_du < 10) {
112 timeval_add_msec(&last_du, DISK_UTIL_MSEC);
113 msec_to_next_event = DISK_UTIL_MSEC;
114 if (since_du >= DISK_UTIL_MSEC)
115 msec_to_next_event -= (since_du - DISK_UTIL_MSEC);
117 msec_to_next_event = DISK_UTIL_MSEC - since_du;
126 next_log = DISK_UTIL_MSEC;
diskutil.h 100 #define DISK_UTIL_MSEC (250)

Completed in 458 milliseconds