Home
last modified time | relevance | path

Searched refs:allot (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dsch_sfq.c101 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...]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h248 __s32 allot; member