Searched refs:undertime (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c97 psched_time_t undertime; member in struct:cbq_class
346 if (cl->undertime < now) {
430 psched_tdiff_t delay = cl->undertime - q->now;
448 cl->undertime = q->now + delay;
465 delay = b->undertime - q->now;
503 psched_tdiff_t delay = cl->undertime - q->now;
514 cl->undertime = q->now + delay;
694 if (borrowed->undertime == PSCHED_PASTPERFECT) {
761 we add to undertime virtual clock,
770 cl->undertime
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h379 __s32 undertime; member in struct:tc_cbq_xstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h377 __s32 undertime; member in struct:tc_cbq_xstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_cbq.c540 fprintf(f, " borrowed %u overactions %u avgidle %g undertime %g", st->borrows,
541 st->overactions, (double)st->avgidle, (double)st->undertime);

Completed in 114 milliseconds