Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c146 long total_sampled = 0; in activeExpireCycle() local
201 total_sampled++; in activeExpireCycle()
238 if (total_sampled) { in activeExpireCycle()
239 current_perc = (double)total_expired/total_sampled; in activeExpireCycle()