Searched refs:DAY_TO_SEC (Results 1 – 4 of 4) sorted by relevance
67 day_start_tp.time_since_epoch()).count() % DAY_TO_SEC); in storage_info_t()
47 #define DAY_TO_SEC ( 3600 * 24 ) macro
156 duration_cast<chrono::seconds>(tp - day_start_tp).count() < DAY_TO_SEC) { in update_perf_history()176 tp.time_since_epoch()).count() % DAY_TO_SEC); in update_perf_history()
216 if (curr_ts > 5 * DAY_TO_SEC) { in add_records_locked()217 auto it = io_history_.lower_bound(curr_ts - 5 * DAY_TO_SEC); in add_records_locked()