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

  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
tc_red.c 55 int wlog = 1; local
61 for (wlog=1; wlog<32; wlog++, W /= 2) {
63 return wlog;
72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf)
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;