Home
last modified time | relevance | path

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

/net/sched/
Dsch_qfq.c139 struct qfq_aggregate *agg; /* Parent aggregate. */ member
253 static void qfq_init_agg(struct qfq_sched *q, struct qfq_aggregate *agg, in qfq_init_agg() argument
256 INIT_LIST_HEAD(&agg->active); in qfq_init_agg()
257 hlist_add_head(&agg->nonfull_next, &q->nonfull_aggs); in qfq_init_agg()
259 agg->lmax = lmax; in qfq_init_agg()
260 agg->class_weight = weight; in qfq_init_agg()
266 struct qfq_aggregate *agg; in qfq_find_agg() local
268 hlist_for_each_entry(agg, &q->nonfull_aggs, nonfull_next) in qfq_find_agg()
269 if (agg->lmax == lmax && agg->class_weight == weight) in qfq_find_agg()
270 return agg; in qfq_find_agg()
[all …]
/net/mac80211/
DMakefile13 ht.o agg-tx.o agg-rx.o \