Searched refs:old_flows (Results 1 – 2 of 2) sorted by relevance
66 struct list_head old_flows; /* list of old flows */ member250 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()
85 struct fq_flow_head old_flows; member424 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()