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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c72 #define NEXT_EVENT_TIME(base, seconds) \ macro
77 NEXT_EVENT_TIME(gethrtime(), seconds) : (hrtime_t)0)
986 *next_configuration = NEXT_EVENT_TIME(now,
1003 NEXT_EVENT_TIME(now, rcfg.rcfg_proc_walk_interval));
1009 NEXT_EVENT_TIME(now, rcfg.rcfg_rss_sample_interval));
1407 *next_proc_walk = NEXT_EVENT_TIME(now,
1523 next_configuration = NEXT_EVENT_TIME(gethrtime(),
1637 next_rss_sample = NEXT_EVENT_TIME(now,

Completed in 61 milliseconds