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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c973 reconfigure(hrtime_t now, hrtime_t *next_configuration, argument
986 *next_configuration = NEXT_EVENT_TIME(now,
1444 hrtime_t next_configuration; /* time of next configuration */ local
1523 next_configuration = NEXT_EVENT_TIME(gethrtime(),
1607 * Check the configuration at every next_configuration interval.
1622 reconfigure(now, &next_configuration, &next_proc_walk,
1626 if (EVENT_TIME(now, next_configuration)) {
1627 reconfigure(now, &next_configuration, &next_proc_walk,
1650 next = next_configuration;

Completed in 57 milliseconds