Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_cake.c160 u16 bulk_flow_count; member
1872 b->bulk_flow_count++; in cake_enqueue()
1969 !(b->sparse_flow_count + b->bulk_flow_count)) { in cake_dequeue()
1972 if (b->sparse_flow_count + b->bulk_flow_count) in cake_dequeue()
2003 if ((b->sparse_flow_count + b->bulk_flow_count) > 0) { in cake_dequeue()
2020 if (unlikely(!(b->sparse_flow_count + b->bulk_flow_count))) in cake_dequeue()
2056 b->bulk_flow_count++; in cake_dequeue()
2108 b->bulk_flow_count--; in cake_dequeue()
2130 b->bulk_flow_count--; in cake_dequeue()
2148 (b->bulk_flow_count * in cake_dequeue()
[all …]