Home
last modified time | relevance | path

Searched refs:next_report (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c108 static hrtime_t next_report; /* time of next report */ variable
993 if (next_report == 0 && rcfg.rcfg_report_interval > 0) in reconfigure()
994 next_report = now; in reconfigure()
996 next_report = POSITIVE_MIN(next_report, in reconfigure()
1295 if (EVENT_TIME(now, next_report)) { in check_update_statistics()
1300 next_report = NEXT_REPORT_EVENT_TIME(now, in check_update_statistics()
1522 now = next_report = next_proc_walk = next_rss_sample = gethrtime(); in main()
1651 next = POSITIVE_MIN(next, next_report); in main()
/titanic_41/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c2288 time_t now, next, start, next_report; in main() local
2510 next_report = start + ((g_report_count + 1) * in main()
2565 now >= next_report) { in main()
2584 (arg_report == ZSTAT_REPORT_END || now < next_report)) in main()