Searched refs:allot (Results 1 – 2 of 2) sorted by relevance
101 int allot; /* credit for this slot */ member 457 WRITE_ONCE(slot->allot, q->quantum); in sfq_enqueue() 492 if (slot->allot <= 0) { in sfq_dequeue() 494 WRITE_ONCE(slot->allot, slot->allot + q->quantum); in sfq_dequeue() 513 WRITE_ONCE(slot->allot, slot->allot - qdisc_pkt_len(skb)); in sfq_dequeue() 596 WRITE_ONCE(slot->allot, q->quantum); in sfq_rehash() 917 xstats.allot = READ_ONCE(slot->allot); in sfq_dump_class_stats() [all...]
248 __s32 allot; member