Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_cake.c80 #define CAKE_QUEUES (1024) macro
151 struct cake_flow flows[CAKE_QUEUES];
152 u32 backlogs[CAKE_QUEUES];
153 u32 tags[CAKE_QUEUES]; /* for set association */
154 u16 overflow_idx[CAKE_QUEUES];
155 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */
205 struct cake_heap_entry overflow_heap[CAKE_QUEUES * CAKE_MAX_TINS];
300 static u16 quantum_div[CAKE_QUEUES + 1] = {0};
722 reduced_hash = flow_hash % CAKE_QUEUES; in cake_hash()
787 srchost_idx = srchost_hash % CAKE_QUEUES; in cake_hash()
[all …]