Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_cake.c160 u16 sparse_flow_count; member
1862 b->sparse_flow_count++; in cake_enqueue()
1880 b->sparse_flow_count--; in cake_enqueue()
1978 !(b->sparse_flow_count + b->bulk_flow_count)) { in cake_dequeue()
1981 if (b->sparse_flow_count + b->bulk_flow_count) in cake_dequeue()
2012 if ((b->sparse_flow_count + b->bulk_flow_count) > 0) { in cake_dequeue()
2029 if (unlikely(!(b->sparse_flow_count + b->bulk_flow_count))) in cake_dequeue()
2064 b->sparse_flow_count--; in cake_dequeue()
2128 b->sparse_flow_count--; in cake_dequeue()
2137 b->sparse_flow_count--; in cake_dequeue()
[all …]