Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c83 #define SFQ_ALLOT_SHIFT 3 macro
84 #define SFQ_ALLOT_SIZE(X) DIV_ROUND_UP(X, 1 << SFQ_ALLOT_SHIFT)
881 xstats.allot = slot->allot << SFQ_ALLOT_SHIFT; in sfq_dump_class_stats()