Searched defs:qfq_aggregate (Results 1 – 1 of 1) sorted by relevance
142 struct qfq_aggregate { struct143 struct hlist_node next; /* Link for the slot list. */144 u64 S, F; /* flow timestamps (exact) */150 struct qfq_group *grp;153 u32 class_weight; /* Weight of each class in this aggregate. */155 int lmax;157 u32 inv_w; /* ONE_FP/(sum of weights of classes in aggr.). */158 u32 budgetmax; /* Max budget for this aggregate. */159 u32 initial_budget, budget; /* Initial and current budget. */184 struct qfq_aggregate *in_serv_agg; /* Aggregate being served. */ argument