Searched defs:next_report (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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)
994 next_report = now;
996 next_report = POSITIVE_MIN(next_report,
1295 if (EVENT_TIME(now, next_report)) {
1300 next_report = NEXT_REPORT_EVENT_TIME(now,
1522 now = next_report = next_proc_walk = next_rss_sample = gethrtime();
1651 next = POSITIVE_MIN(next, next_report);
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c2288 time_t now, next, start, next_report; local
2510 next_report = start + ((g_report_count + 1) *
2565 now >= next_report) {
2584 (arg_report == ZSTAT_REPORT_END || now < next_report))

Completed in 76 milliseconds