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

  /external/iproute2/tc/
tc_red.c 55 int wlog = 1; local
64 for (wlog = 1; wlog < 32; wlog++, W /= 2) {
66 return wlog;
75 int tc_red_eval_idle_damping(int Wlog, unsigned int avpkt, unsigned int bps, __u8 *sbuf)
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
q_choke.c 43 int wlog; local
130 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
131 if (wlog < 0) {
135 if (wlog >= 10)
137 opt.Wlog = wlog;
139 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability);
140 if (wlog < 0) {
144 opt.Plog = wlog;
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)
    [all...]
q_red.c 134 opt.Wlog = parm;
140 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
192 fprintf(f, "ewma %u ", qopt->Wlog);
q_gred.c 243 opt.Wlog = parm;
249 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
323 fprintf(f, "ewma %u ", qopt->Wlog);
q_sfq.c 43 int wlog; local
181 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt);
182 if (wlog < 0) {
186 if (wlog >= 10)
188 opt.Wlog = wlog;
190 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
191 if (wlog < 0) {
195 opt.Plog = wlog;
234 fprintf(f, "\n ewma %u ", qopt_ext->Wlog);
    [all...]
  /external/libnl/include/linux-private/linux/
pkt_sched.h 214 unsigned char Wlog; /* log(W) */
254 __u8 Wlog; /* log(W) */
286 unsigned char Wlog; /* log(W) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 193 unsigned char Wlog; /* log(W) */
233 __u8 Wlog; /* log(W) */
265 unsigned char Wlog; /* log(W) */
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 150 unsigned char Wlog;
172 unsigned char Wlog;
208 __u8 Wlog;
234 unsigned char Wlog;
  /external/iproute2/include/uapi/linux/
pkt_sched.h 221 unsigned char Wlog; /* log(W) */
251 unsigned char Wlog; /* log(W) */
294 __u8 Wlog; /* log(W) */
327 unsigned char Wlog; /* log(W) */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 222 unsigned char Wlog; /* log(W) */
252 unsigned char Wlog; /* log(W) */
295 __u8 Wlog; /* log(W) */
328 unsigned char Wlog; /* log(W) */
  /external/libnl/lib/route/qdisc/
red.c 64 red->qr_wlog = opts->Wlog;
91 /* XXX: wlog, plog, scell_log */
  /external/ltp/testcases/kernel/fs/doio/
doio.c 278 struct wlog_file Wlog;
595 strcpy(Wlog.w_file, Write_Log);
597 if (wlog_open(&Wlog, 1, 0666) < 0) {
604 wlog_close(&Wlog);
793 strcpy(Wlog.w_file, Write_Log);
795 if (wlog_open(&Wlog, 0, 0666) == -1) {
    [all...]

Completed in 656 milliseconds