Home
last modified time | relevance | path

Searched defs:qfq_aggregate (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/sched/
Dsch_qfq.c143 struct qfq_aggregate { struct
144 struct hlist_node next; /* Link for the slot list. */
145 u64 S, F; /* flow timestamps (exact) */
151 struct qfq_group *grp;
154 u32 class_weight; /* Weight of each class in this aggregate. */
156 int lmax;
158 u32 inv_w; /* ONE_FP/(sum of weights of classes in aggr.). */
159 u32 budgetmax; /* Max budget for this aggregate. */
160 u32 initial_budget, budget; /* Initial and current budget. */
185 struct qfq_aggregate *in_serv_agg; /* Aggregate being served. */ argument