Lines Matching refs:flowchain
129 struct list_head flowchain;
1853 /* flowchain */
1860 list_add_tail(&flow->flowchain, &b->new_flows);
1863 list_move_tail(&flow->flowchain, &b->new_flows);
2051 flow = list_first_entry(head, struct cake_flow, flowchain);
2100 list_move_tail(&flow->flowchain, &b->old_flows);
2115 /* keep in the flowchain until the state has
2118 list_move_tail(&flow->flowchain,
2137 /* remove empty queue from the flowchain */
2138 list_del_init(&flow->flowchain);
2759 INIT_LIST_HEAD(&flow->flowchain);
3071 if (list_empty(&b->flows[j].flowchain) ||