Home
last modified time | relevance | path

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

/net/sched/
Dsch_cbq.c98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
354 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()
431 for (b = cl->borrow; b; b = b->borrow) { in cbq_overlimit()
539 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
664 cl = cl->borrow; in cbq_under_limit()
694 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local
697 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()
720 q->tx_borrowed = borrow; in cbq_dequeue_prio()
721 if (borrow != cl) { in cbq_dequeue_prio()
723 borrow->xstats.borrows++; in cbq_dequeue_prio()
[all …]