Lines Matching defs:allot
80 /* We use 16 bits to store allot, and want to handle packets up to 64K
81 * Scale allot by 8 (1<<3) so that no overflow occurs.
107 short allot; /* credit for this slot */
459 slot->allot = q->scaled_quantum;
494 if (slot->allot <= 0) {
496 slot->allot += q->scaled_quantum;
515 slot->allot -= SFQ_ALLOT_SIZE(qdisc_pkt_len(skb));
598 slot->allot = q->scaled_quantum;
644 /* slot->allot is a short, make sure quantum is not too big. */
876 xstats.allot = slot->allot << SFQ_ALLOT_SHIFT;