Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dpkt_sched.h289 __u32 borrows; member
391 __u32 borrows; member
/linux-2.4.37.9/net/sched/
Dsch_cbq.c911 borrow->xstats.borrows++; in cbq_dequeue_prio()
912 cl->xstats.borrows++; in cbq_dequeue_prio()
914 borrow->xstats.borrows += skb->len; in cbq_dequeue_prio()
915 cl->xstats.borrows += skb->len; in cbq_dequeue_prio()
Dsch_htb.c846 cl->xstats.borrows++; in htb_charge_class()