Searched refs:first_ts (Results 1 – 1 of 1) sorted by relevance
268 uint64_t first_ts = 0; in dump() local271 first_ts = time(NULL) - hours * HOUR_TO_SEC; in dump()274 for (auto it = io_history_.lower_bound(first_ts); it != io_history_.end(); ++it) { in dump()