Lines Matching defs: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. */
895 u64 slot = (roundedS - grp->S) >> grp->slot_shift;
900 ((u64)(QFQ_MAX_SLOTS - 2)<<grp->slot_shift);
967 unsigned int i = (grp->S - roundedS) >> grp->slot_shift;
1056 int slot_shift = agg->grp->slot_shift;
1058 roundedF = qfq_round_down(agg->F, slot_shift);
1059 limit = qfq_round_down(q->V, slot_shift) + (1ULL << slot_shift);
1208 grp->slot_shift);
1214 grp->F = roundedS + (2ULL << grp->slot_shift);
1301 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1326 grp->F = roundedS + (2ULL << grp->slot_shift);
1362 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1363 offset = (roundedS - grp->S) >> grp->slot_shift;
1413 roundedS = qfq_round_down(agg->S, grp->slot_shift);
1420 grp->F = roundedS + (2ULL << grp->slot_shift);
1466 grp->slot_shift = q->min_slot_shift + i;