Searched refs:total_sleep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c2187 uint_t ttl, extra_sleep, total_sleep, intervals; local
2241 total_sleep = reap_cache(ctx, nodes_per_interval,
2243 extra_sleep = 1 + ttl - total_sleep;
2254 uint_t nodes_togo, total_sleep; local
2264 total_sleep = 0;
2276 total_sleep += seconds_per_interval;
2411 return (total_sleep);

Completed in 61 milliseconds