Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_cake.c205 struct cake_heap_entry overflow_heap[CAKE_QUEUES * CAKE_MAX_TINS]; member
1459 struct cake_heap_entry ii = q->overflow_heap[i]; in cake_heap_swap()
1460 struct cake_heap_entry jj = q->overflow_heap[j]; in cake_heap_swap()
1462 q->overflow_heap[i] = jj; in cake_heap_swap()
1463 q->overflow_heap[j] = ii; in cake_heap_swap()
1471 struct cake_heap_entry ii = q->overflow_heap[i]; in cake_heap_get_backlog()
1581 qq = q->overflow_heap[0]; in cake_drop()
2773 q->overflow_heap[k].t = i; in cake_init()
2774 q->overflow_heap[k].b = j; in cake_init()