Home
last modified time | relevance | path

Searched refs:start_scan (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()
1081 start_scan = now; in activeDefragCycle()
1094 start_scan = ustime(); in activeDefragCycle()