invsqrt            78 include/net/codel_impl.h 	u32 invsqrt = ((u32)vars->rec_inv_sqrt) << REC_INV_SQRT_SHIFT;
invsqrt            79 include/net/codel_impl.h 	u32 invsqrt2 = ((u64)invsqrt * invsqrt) >> 32;
invsqrt            83 include/net/codel_impl.h 	val = (val * invsqrt) >> (32 - 2 + 1);
invsqrt           375 net/sched/sch_cake.c 	u32 invsqrt, invsqrt2;
invsqrt           378 net/sched/sch_cake.c 	invsqrt = vars->rec_inv_sqrt;
invsqrt           379 net/sched/sch_cake.c 	invsqrt2 = ((u64)invsqrt * invsqrt) >> 32;
invsqrt           383 net/sched/sch_cake.c 	val = (val * invsqrt) >> (32 - 2 + 1);