Searched refs:borrows (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h271 __u32 borrows; member in struct:tc_htb_xstats
376 __u32 borrows; member in struct:tc_cbq_xstats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h286 __u32 borrows; member in struct:tc_htb_xstats
381 __u32 borrows; member in struct:tc_cbq_xstats
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_htb.c45 " ceil definite upper class rate (no borrows) {rate}\n"
308 st->lends,st->borrows,st->giants);
H A Dq_cbq.c540 fprintf(f, " borrowed %u overactions %u avgidle %g undertime %g", st->borrows,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_cbq.c813 borrow->xstats.borrows++;
814 cl->xstats.borrows++;
816 borrow->xstats.borrows += qdisc_pkt_len(skb);
817 cl->xstats.borrows += qdisc_pkt_len(skb);
H A Dsch_htb.c121 struct qdisc_rate_table *ceil; /* ceiling rate (limits borrows too) */
635 cl->xstats.borrows++;

Completed in 64 milliseconds