Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dcodel.h199 u32 invsqrt2 = ((u64)invsqrt * invsqrt) >> 32; in codel_Newton_step() local
200 u64 val = (3LL << 32) - ((u64)vars->count * invsqrt2); in codel_Newton_step()