Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c1034 static long long start_scan, start_stat; in activeDefragCycle() local
1079 …(int)((now - start_scan)/1000), (int)(server.stat_active_defrag_hits - start_stat), frag_pct, frag… in activeDefragCycle()
1095 start_stat = server.stat_active_defrag_hits; in activeDefragCycle()