Searched refs:METRICS_INTERVAL (Results 1 – 1 of 1) sorted by relevance
138 #define METRICS_INTERVAL 1U /* seconds */ macro166 if (delta > (METRICS_INTERVAL * NSEC_PER_SEC)) { in write_cmd_cb()190 write_rate = ((uint64_t)write_len << 3) * (METRICS_INTERVAL * NSEC_PER_SEC) / in write_cmd_cb()
Completed in 7 milliseconds