Lines Matching refs:slot_shift
68 *.__grp->slot_shift
102 * grp->index is the index of the group; and grp->slot_shift
171 unsigned int slot_shift; /* Slot shift. */
887 u64 slot = (roundedS - grp->S) >> grp->slot_shift;
892 ((u64)(QFQ_MAX_SLOTS - 2)<<grp->slot_shift);
959 unsigned int i = (grp->S - roundedS) >> grp->slot_shift;
1048 int slot_shift = agg->grp->slot_shift;
1050 roundedF = qfq_round_down(agg->F, slot_shift);
1051 limit = qfq_round_down(q->V, slot_shift) + (1ULL << slot_shift);
1200 grp->slot_shift);
1206 grp->F = roundedS + (2ULL << grp->slot_shift);
1296 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1321 grp->F = roundedS + (2ULL << grp->slot_shift);
1357 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1358 offset = (roundedS - grp->S) >> grp->slot_shift;
1408 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1415 grp->F = roundedS + (2ULL << grp->slot_shift);
1459 grp->slot_shift = q->min_slot_shift + i;