Searched refs:old_counter (Results 1 – 2 of 2) sorted by relevance
401 private void UpgradeCounter(IStatsCounter old_counter, IStatsCounter counter) in UpgradeCounter() argument403 if (old_counter is StatsCounter && counter is StatsTimer) in UpgradeCounter()405 StatsCounterRate rate = new StatsCounterRate(old_counter as StatsCounter, in UpgradeCounter()407 counters_.Remove(old_counter); in UpgradeCounter()410 else if (old_counter is StatsTimer && counter is StatsCounter) in UpgradeCounter()413 old_counter as StatsTimer); in UpgradeCounter()414 counters_.Remove(old_counter); in UpgradeCounter()446 IStatsCounter old_counter = FindExistingCounter(counter.name); in FindCounters()447 if (old_counter != null) in FindCounters()448 UpgradeCounter(old_counter, counter); in FindCounters()
200 int old_counter = containing_chunk->store_buffer_counter(); in ExemptPopularPages() local201 if (old_counter >= threshold) { in ExemptPopularPages()205 containing_chunk->set_store_buffer_counter(old_counter + 1); in ExemptPopularPages()