Home
last modified time | relevance | path

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

/titanic_41/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, in reconfigure()
1003 NEXT_EVENT_TIME(now, rcfg.rcfg_proc_walk_interval)); in reconfigure()
1009 NEXT_EVENT_TIME(now, rcfg.rcfg_rss_sample_interval)); in reconfigure()
1407 *next_proc_walk = NEXT_EVENT_TIME(now, in do_capping()
1523 next_configuration = NEXT_EVENT_TIME(gethrtime(), in main()
1637 next_rss_sample = NEXT_EVENT_TIME(now, in main()