Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_cake.c160 u16 bulk_flow_count; member
1932 b->bulk_flow_count++; in cake_enqueue()
2023 !(b->sparse_flow_count + b->bulk_flow_count)) { in cake_dequeue()
2026 if (b->sparse_flow_count + b->bulk_flow_count) in cake_dequeue()
2057 if ((b->sparse_flow_count + b->bulk_flow_count) > 0) { in cake_dequeue()
2074 if (unlikely(!(b->sparse_flow_count + b->bulk_flow_count))) in cake_dequeue()
2105 b->bulk_flow_count++; in cake_dequeue()
2142 b->bulk_flow_count--; in cake_dequeue()
2161 b->bulk_flow_count--; in cake_dequeue()
2175 (b->bulk_flow_count * in cake_dequeue()
[all …]