Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c101 int allot; /* credit for this slot */ member
455 slot->allot = q->quantum; in sfq_enqueue()
490 if (slot->allot <= 0) { in sfq_dequeue()
492 slot->allot += q->quantum; in sfq_dequeue()
511 slot->allot -= qdisc_pkt_len(skb); in sfq_dequeue()
594 slot->allot = q->quantum; in sfq_rehash()
915 xstats.allot = slot->allot; in sfq_dump_class_stats()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h248 __s32 allot; member
/linux/include/uapi/linux/
H A Dpkt_sched.h249 __s32 allot; member