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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_cbq.c81 psched_time_t undertime; member in struct:cbq_class
315 if (cl->undertime < now) {
369 psched_tdiff_t delay = cl->undertime - q->now;
387 cl->undertime = q->now + delay;
404 delay = b->undertime - q->now;
442 psched_tdiff_t delay = cl->undertime - q->now;
457 cl->undertime = q->now + delay;
638 if (borrowed->undertime == PSCHED_PASTPERFECT) {
705 we add to undertime virtual clock,
714 cl->undertime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h379 __s32 undertime; 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.h384 __s32 undertime; member in struct:tc_cbq_xstats
/netgear-R7000-V1.0.7.12_1.2.5/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 71 milliseconds