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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dtc_cbq.c48 double offtime = (double)avpkt/rate - (double)avpkt/bndw; local
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
56 return tc_core_usec2tick(offtime*1000000);
H A Dq_cbq.c379 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst);
512 if (lss->offtime) {
513 fprintf(f, "offtime %luus ", tc_core_tick2usec(lss->offtime));
515 fprintf(f, "[%08x] ", lss->offtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/boot/
H A Dfw-emu.c46 offtime (unsigned long t, efi_time_t *tp) function
121 offtime(tv32bits.tv_sec, tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h333 __u32 offtime; member in struct:tc_cbq_lssopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h331 __u32 offtime; member in struct:tc_cbq_lssopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c62 long offtime; member in struct:cbq_class
425 /* TC_CBQ_OVL_CLASSIC: (default) penalize leaf class by adding offtime */
433 delay += cl->offtime;
477 /* TC_CBQ_OVL_RCLASSIC: penalize by offtime classes in hierarchy, when
509 delay += cl->offtime;
1265 cl->offtime = lss->offtime;
1437 opt.offtime = cl->offtime;

Completed in 79 milliseconds