cobalt_rec_inv_sqrt_cache  365 net/sched/sch_cake.c static u32 cobalt_rec_inv_sqrt_cache[REC_INV_SQRT_CACHE] = {0};
cobalt_rec_inv_sqrt_cache  391 net/sched/sch_cake.c 		vars->rec_inv_sqrt = cobalt_rec_inv_sqrt_cache[vars->count];
cobalt_rec_inv_sqrt_cache  412 net/sched/sch_cake.c 	cobalt_rec_inv_sqrt_cache[0] = v.rec_inv_sqrt;
cobalt_rec_inv_sqrt_cache  420 net/sched/sch_cake.c 		cobalt_rec_inv_sqrt_cache[v.count] = v.rec_inv_sqrt;
cobalt_rec_inv_sqrt_cache  428 net/sched/sch_cake.c 	if (!cobalt_rec_inv_sqrt_cache[0]) {
cobalt_rec_inv_sqrt_cache  430 net/sched/sch_cake.c 		cobalt_rec_inv_sqrt_cache[0] = ~0;