Searched refs:fq_codel_flowlist (Results 1 – 1 of 1) sorted by relevance
360 struct fq_codel_list *fq_codel_flowlist; in fq_codel_dequeue() local369 fq_codel_flowlist = &si->oldflows; in fq_codel_dequeue()371 fq_codel_flowlist = &si->newflows; in fq_codel_dequeue()374 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()377 f = STAILQ_FIRST(fq_codel_flowlist); in fq_codel_dequeue()386 STAILQ_REMOVE_HEAD(fq_codel_flowlist, flowchain); in fq_codel_dequeue()391 f = STAILQ_FIRST(fq_codel_flowlist); in fq_codel_dequeue()395 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()407 if (fq_codel_flowlist == &si->newflows) { in fq_codel_dequeue()408 STAILQ_REMOVE_HEAD(fq_codel_flowlist, flowchain); in fq_codel_dequeue()[all …]