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

/external/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_time2tick(offtime*TIME_UNITS_PER_SEC);
H A Dq_cbq.c403 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst);
539 if (lss->offtime) {
540 fprintf(f, "offtime %s ", sprint_ticks(lss->offtime, b1));
542 fprintf(f, "[%08x] ", lss->offtime);
/external/libnl/include/linux/
H A Dpkt_sched.h340 __u32 offtime; member in struct:tc_cbq_lssopt
/external/libnl/lib/route/sch/
H A Dcbq.c205 nl_dump_line(p, " minidle %uus maxidle %uus offtime "
209 nl_ticks2us(cbq->cbq_lss.offtime >> el),
/external/iproute2/include/linux/
H A Dpkt_sched.h415 __u32 offtime; member in struct:tc_cbq_lssopt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h430 __u32 offtime; member in struct:tc_cbq_lssopt
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c59 ** 5. They might reference tm.TM_ZONE after calling offtime.
1408 offtime(timep, offset) function
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c59 ** 5. They might reference tm.TM_ZONE after calling offtime.
1408 offtime(timep, offset) function

Completed in 526 milliseconds