Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c993 #define INTERPOLATE(x, x1, x2, y1, y2) ( (y1) + ((x)-(x1)) * ((y2)-(y1)) / ((x2)-(x1)) ) macro
1007 int cpu_pct = INTERPOLATE(frag_pct, in computeDefragCycles()