Lines Matching refs:slot_shift
68 *.__grp->slot_shift
102 * grp->index is the index of the group; and grp->slot_shift
169 unsigned int slot_shift; /* Slot shift. */
882 u64 slot = (roundedS - grp->S) >> grp->slot_shift;
887 ((u64)(QFQ_MAX_SLOTS - 2)<<grp->slot_shift);
954 unsigned int i = (grp->S - roundedS) >> grp->slot_shift;
1043 int slot_shift = agg->grp->slot_shift;
1045 roundedF = qfq_round_down(agg->F, slot_shift);
1046 limit = qfq_round_down(q->V, slot_shift) + (1ULL << slot_shift);
1195 grp->slot_shift);
1201 grp->F = roundedS + (2ULL << grp->slot_shift);
1290 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1315 grp->F = roundedS + (2ULL << grp->slot_shift);
1351 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1352 offset = (roundedS - grp->S) >> grp->slot_shift;
1402 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1409 grp->F = roundedS + (2ULL << grp->slot_shift);
1453 grp->slot_shift = q->min_slot_shift + i;