Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_sfq.c87 #define SFQ_ALLOT_SHIFT 3 macro
88 #define SFQ_ALLOT_SIZE(X) DIV_ROUND_UP(X, 1 << SFQ_ALLOT_SHIFT)
868 xstats.allot = slot->allot << SFQ_ALLOT_SHIFT; in sfq_dump_class_stats()