Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fq_codel.c66 struct list_head old_flows; /* list of old flows */ member
250 head = &q->old_flows; in fq_codel_dequeue()
258 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
274 if ((head == &q->new_flows) && !list_empty(&q->old_flows)) in fq_codel_dequeue()
275 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
300 INIT_LIST_HEAD(&q->old_flows); in fq_codel_reset()
425 INIT_LIST_HEAD(&q->old_flows); in fq_codel_init()
511 list_for_each(pos, &q->old_flows) in fq_codel_dump_stats()
Dsch_fq.c85 struct fq_flow_head old_flows; member
424 fq_flow_add_tail(&q->old_flows, f); in fq_check_throttled()
444 head = &q->old_flows; in fq_dequeue()
458 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
474 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
475 fq_flow_add_tail(&q->old_flows, f); in fq_dequeue()
546 q->old_flows.first = NULL; in fq_reset()
772 q->old_flows.first = NULL; in fq_init()