Searched refs:next_timeout (Results 1 – 1 of 1) sorted by relevance
344 time_t next_timeout = NO_TIMEOUT; in prune_cache() local415 next_timeout = MIN (next_timeout, timeout); in prune_cache()426 next_timeout = MIN (next_timeout, dh->timeout); in prune_cache()547 return next_timeout == NO_TIMEOUT ? 24 * 60 * 60 : next_timeout - now; in prune_cache()
Completed in 4 milliseconds