Searched refs:next_report (Results 1 – 1 of 1) sorted by relevance
2568 time_t next_report; in collect_mru_list() local2625 next_report = time(NULL) + MRU_REPORT_SECS; in collect_mru_list()2918 if (time(NULL) >= next_report) { in collect_mru_list()2919 next_report += MRU_REPORT_SECS; in collect_mru_list()