Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c2226 uint_t ttl, extra_sleep, total_sleep, intervals; in reaper() local
2282 total_sleep = reap_cache(ctx, nodes_per_interval, in reaper()
2284 extra_sleep = 1 + ttl - total_sleep; in reaper()
2296 uint_t nodes_togo, total_sleep; in reap_cache() local
2306 total_sleep = 0; in reap_cache()
2318 total_sleep += seconds_per_interval; in reap_cache()
2453 return (total_sleep); in reap_cache()