Searched refs:offtime (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | tc_cbq.c | 48 double offtime = (double)avpkt/rate - (double)avpkt/bndw; in tc_cbq_calc_offtime() local 53 offtime *= pow(g, -(double)minburst) - 1; in tc_cbq_calc_offtime() 55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g); in tc_cbq_calc_offtime() 56 return tc_core_time2tick(offtime*TIME_UNITS_PER_SEC); in tc_cbq_calc_offtime()
|
D | q_cbq.c | 403 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst); in cbq_parse_class_opt() 544 if (lss->offtime) { in cbq_print_opt() 545 fprintf(f, "offtime %s ", sprint_ticks(lss->offtime, b1)); in cbq_print_opt() 547 fprintf(f, "[%08x] ", lss->offtime); in cbq_print_opt()
|
/external/libnl/include/linux/ |
D | pkt_sched.h | 340 __u32 offtime; member
|
/external/libnl/lib/route/sch/ |
D | cbq.c | 209 nl_ticks2us(cbq->cbq_lss.offtime >> el), in cbq_dump_details()
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 431 __u32 offtime; member
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 435 __u32 offtime; member
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1397 offtime(const time_t *const timep, const long offset) in offtime() function
|