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()
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...]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h248 __s32 allot; member