Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_cake.c162 u16 sparse_flow_count; member
1927 WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count + 1); in cake_enqueue()
1935 WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); in cake_enqueue()
2074 !(b->sparse_flow_count + b->bulk_flow_count)) { in cake_dequeue()
2077 if (b->sparse_flow_count + b->bulk_flow_count) in cake_dequeue()
2108 if ((b->sparse_flow_count + b->bulk_flow_count) > 0) { in cake_dequeue()
2125 if (unlikely(!(b->sparse_flow_count + b->bulk_flow_count))) in cake_dequeue()
2155 WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); in cake_dequeue()
2203 WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); in cake_dequeue()
2212 WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); in cake_dequeue()
[all …]