rec_inv_sqrt      130 include/net/codel.h 	u16		rec_inv_sqrt;
rec_inv_sqrt       78 include/net/codel_impl.h 	u32 invsqrt = ((u32)vars->rec_inv_sqrt) << REC_INV_SQRT_SHIFT;
rec_inv_sqrt       85 include/net/codel_impl.h 	vars->rec_inv_sqrt = val >> REC_INV_SQRT_SHIFT;
rec_inv_sqrt       95 include/net/codel_impl.h 				      u32 rec_inv_sqrt)
rec_inv_sqrt       97 include/net/codel_impl.h 	return t + reciprocal_scale(interval, rec_inv_sqrt << REC_INV_SQRT_SHIFT);
rec_inv_sqrt      187 include/net/codel_impl.h 								  vars->rec_inv_sqrt);
rec_inv_sqrt      206 include/net/codel_impl.h 								  vars->rec_inv_sqrt);
rec_inv_sqrt      242 include/net/codel_impl.h 			vars->rec_inv_sqrt = ~0U >> REC_INV_SQRT_SHIFT;
rec_inv_sqrt      246 include/net/codel_impl.h 						    vars->rec_inv_sqrt);
rec_inv_sqrt      109 net/sched/sch_cake.c 	u32	rec_inv_sqrt;
rec_inv_sqrt      378 net/sched/sch_cake.c 	invsqrt = vars->rec_inv_sqrt;
rec_inv_sqrt      385 net/sched/sch_cake.c 	vars->rec_inv_sqrt = val;
rec_inv_sqrt      391 net/sched/sch_cake.c 		vars->rec_inv_sqrt = cobalt_rec_inv_sqrt_cache[vars->count];
rec_inv_sqrt      411 net/sched/sch_cake.c 	v.rec_inv_sqrt = ~0U;
rec_inv_sqrt      412 net/sched/sch_cake.c 	cobalt_rec_inv_sqrt_cache[0] = v.rec_inv_sqrt;
rec_inv_sqrt      420 net/sched/sch_cake.c 		cobalt_rec_inv_sqrt_cache[v.count] = v.rec_inv_sqrt;
rec_inv_sqrt      440 net/sched/sch_cake.c 			      u32 rec_inv_sqrt)
rec_inv_sqrt      443 net/sched/sch_cake.c 						rec_inv_sqrt));
rec_inv_sqrt      495 net/sched/sch_cake.c 						 vars->rec_inv_sqrt);
rec_inv_sqrt      543 net/sched/sch_cake.c 							 vars->rec_inv_sqrt);
rec_inv_sqrt      561 net/sched/sch_cake.c 						 vars->rec_inv_sqrt);
rec_inv_sqrt      569 net/sched/sch_cake.c 							 vars->rec_inv_sqrt);