Searched refs:time_till_refresh (Results 1 – 1 of 1) sorted by relevance
132 Clock::duration time_till_refresh = Clock::to_duration(ttl * fraction); in AdvanceThroughAllTtlFractions() local133 Clock::duration delta = time_till_refresh - time_passed; in AdvanceThroughAllTtlFractions()134 time_passed = time_till_refresh; in AdvanceThroughAllTtlFractions()