Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq_codel.c392 static void *fq_codel_zalloc(size_t sz) in fq_codel_zalloc() function
437 q->flows = fq_codel_zalloc(q->flows_cnt * in fq_codel_init()
441 q->backlogs = fq_codel_zalloc(q->flows_cnt * sizeof(u32)); in fq_codel_init()