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