HomeSort by relevance Sort by last modified time
    Searched refs:offtime (Results 1 - 12 of 12) sorted by null

  /external/iproute2/tc/
tc_cbq.c 49 double offtime = (double)avpkt/rate - (double)avpkt/bndw; local
54 offtime *= pow(g, -(double)minburst) - 1;
56 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
57 return tc_core_time2tick(offtime*TIME_UNITS_PER_SEC);
q_cbq.c 399 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst);
545 if (lss->offtime) {
546 fprintf(f, "offtime %s ", sprint_ticks(lss->offtime, b1));
548 fprintf(f, "[%08x] ", lss->offtime);
  /bionic/libc/tzcode/
private.h 352 # undef offtime macro
353 # define offtime tz_offtime macro
421 # if !defined offtime || defined time_tz
422 struct tm *offtime(time_t const *, long);
localtime.c 72 ** 5. They might reference tm.TM_ZONE after calling offtime.
1566 offtime(const time_t *timep, long offset) function
    [all...]
  /external/libnl/lib/route/qdisc/
cbq.c 134 nl_dump_line(p, " minidle %uus maxidle %uus offtime "
138 nl_ticks2us(cbq->cbq_lss.offtime >> el),
  /external/libnl/include/linux-private/linux/
pkt_sched.h 393 __u32 offtime; member in struct:tc_cbq_lssopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 372 __u32 offtime; member in struct:tc_cbq_lssopt
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 325 __u32 offtime; member in struct:tc_cbq_lssopt
  /external/iproute2/include/uapi/linux/
pkt_sched.h 438 __u32 offtime; member in struct:tc_cbq_lssopt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 439 __u32 offtime; member in struct:tc_cbq_lssopt
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 435 #define offtime _offtime
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 52 ** 5. They might reference tm.TM_ZONE after calling offtime.
1397 offtime(const time_t *const timep, const long offset) function
    [all...]

Completed in 419 milliseconds