Lines Matching refs:flows
150 struct cake_flow flows[CAKE_QUEUES]; member
704 q->flows[reduced_hash].set)) { in cake_hash()
722 if (!q->flows[outer_hash + k].set) { in cake_hash()
737 if (!q->flows[outer_hash + k].set) { in cake_hash()
749 q->hosts[q->flows[reduced_hash].srchost].srchost_refcnt--; in cake_hash()
750 q->hosts[q->flows[reduced_hash].dsthost].dsthost_refcnt--; in cake_hash()
777 q->flows[reduced_hash].srchost = srchost_idx; in cake_hash()
799 q->flows[reduced_hash].dsthost = dsthost_idx; in cake_hash()
1478 flow = &b->flows[idx]; in cake_drop()
1641 flow = &b->flows[idx]; in cake_enqueue()
1831 struct cake_flow *flow = &b->flows[q->cur_flow]; in cake_dequeue_one()
1969 q->cur_flow = flow - b->flows; in cake_dequeue()
2663 struct cake_flow *flow = b->flows + j; in cake_init()
2907 flow = &b->flows[idx % CAKE_QUEUES]; in cake_dump_class_stats()
2979 if (list_empty(&b->flows[j].flowchain) || in cake_walk()