invsqrt2 79 include/net/codel_impl.h u32 invsqrt2 = ((u64)invsqrt * invsqrt) >> 32; invsqrt2 80 include/net/codel_impl.h u64 val = (3LL << 32) - ((u64)vars->count * invsqrt2); invsqrt2 375 net/sched/sch_cake.c u32 invsqrt, invsqrt2; invsqrt2 379 net/sched/sch_cake.c invsqrt2 = ((u64)invsqrt * invsqrt) >> 32; invsqrt2 380 net/sched/sch_cake.c val = (3LL << 32) - ((u64)vars->count * invsqrt2);