Searched defs:new_agg (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_qfq.c386 struct qfq_aggregate *new_agg = qfq_find_agg(q, lmax, weight); local
388 if (new_agg == NULL) { /* create new aggregate */
389 new_agg = kzalloc(sizeof(*new_agg), GFP_ATOMIC);
390 if (new_agg == NULL)
392 qfq_init_agg(q, new_agg, lmax, weight);
395 qfq_add_to_agg(q, new_agg, cl);
407 struct qfq_aggregate *new_agg = NULL; local
497 new_agg = qfq_find_agg(q, lmax, weight);
498 if (new_agg
[all...]

Completed in 6 milliseconds