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() 493 if (slot->allot <= 0) { in sfq_dequeue() 495 WRITE_ONCE(slot->allot, slot->allot + q->quantum); in sfq_dequeue() 514 WRITE_ONCE(slot->allot, slot->allot - qdisc_pkt_len(skb)); in sfq_dequeue() 597 WRITE_ONCE(slot->allot, q->quantum); in sfq_rehash() 918 xstats.allot = READ_ONCE(slot->allot); in sfq_dump_class_stats() [all...]
248 __s32 allot; member