roundedS          877 net/sched/sch_qfq.c 			    u64 roundedS)
roundedS          879 net/sched/sch_qfq.c 	u64 slot = (roundedS - grp->S) >> grp->slot_shift;
roundedS          883 net/sched/sch_qfq.c 		u64 deltaS = roundedS - grp->S -
roundedS          949 net/sched/sch_qfq.c static void qfq_slot_rotate(struct qfq_group *grp, u64 roundedS)
roundedS          951 net/sched/sch_qfq.c 	unsigned int i = (grp->S - roundedS) >> grp->slot_shift;
roundedS         1179 net/sched/sch_qfq.c 		u64 roundedS = qfq_round_down(new_front_agg->S,
roundedS         1183 net/sched/sch_qfq.c 		if (grp->S == roundedS)
roundedS         1185 net/sched/sch_qfq.c 		grp->S = roundedS;
roundedS         1186 net/sched/sch_qfq.c 		grp->F = roundedS + (2ULL << grp->slot_shift);
roundedS         1273 net/sched/sch_qfq.c 	u64 roundedS;
roundedS         1276 net/sched/sch_qfq.c 	roundedS = qfq_round_down(agg->S, grp->slot_shift);
roundedS         1292 net/sched/sch_qfq.c 		qfq_slot_rotate(grp, roundedS);
roundedS         1296 net/sched/sch_qfq.c 	} else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V) &&
roundedS         1298 net/sched/sch_qfq.c 		q->V = roundedS;
roundedS         1300 net/sched/sch_qfq.c 	grp->S = roundedS;
roundedS         1301 net/sched/sch_qfq.c 	grp->F = roundedS + (2ULL << grp->slot_shift);
roundedS         1312 net/sched/sch_qfq.c 	qfq_slot_insert(grp, agg, roundedS);
roundedS         1335 net/sched/sch_qfq.c 	u64 roundedS;
roundedS         1337 net/sched/sch_qfq.c 	roundedS = qfq_round_down(agg->S, grp->slot_shift);
roundedS         1338 net/sched/sch_qfq.c 	offset = (roundedS - grp->S) >> grp->slot_shift;
roundedS         1358 net/sched/sch_qfq.c 	u64 roundedS;
roundedS         1388 net/sched/sch_qfq.c 		roundedS = qfq_round_down(agg->S, grp->slot_shift);
roundedS         1389 net/sched/sch_qfq.c 		if (grp->S != roundedS) {
roundedS         1394 net/sched/sch_qfq.c 			grp->S = roundedS;
roundedS         1395 net/sched/sch_qfq.c 			grp->F = roundedS + (2ULL << grp->slot_shift);