Lines Matching refs:flowchain
130 struct list_head flowchain;
1854 /* flowchain */
1861 list_add_tail(&flow->flowchain, &b->new_flows);
1864 list_move_tail(&flow->flowchain, &b->new_flows);
2052 flow = list_first_entry(head, struct cake_flow, flowchain);
2101 list_move_tail(&flow->flowchain, &b->old_flows);
2116 /* keep in the flowchain until the state has
2119 list_move_tail(&flow->flowchain,
2138 /* remove empty queue from the flowchain */
2139 list_del_init(&flow->flowchain);
2757 INIT_LIST_HEAD(&flow->flowchain);
3069 if (list_empty(&b->flows[j].flowchain)) {