Searched refs:SFQ_ALLOT_SIZE (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_sfq.c88 #define SFQ_ALLOT_SIZE(X) DIV_ROUND_UP(X, 1 << SFQ_ALLOT_SHIFT) macro
127 unsigned short scaled_quantum; /* SFQ_ALLOT_SIZE(quantum) */
536 slot->allot -= SFQ_ALLOT_SIZE(qdisc_pkt_len(skb));
662 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);
758 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum);

Completed in 22 milliseconds