Home
last modified time | relevance | path

Searched refs:Wlog (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/tc/
Dtc_red.c75 int tc_red_eval_idle_damping(int Wlog, unsigned int avpkt, unsigned int bps, __u8 *sbuf) in tc_red_eval_idle_damping() argument
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; in tc_red_eval_idle_damping()
Dq_choke.c137 opt.Wlog = wlog; in choke_parse_opt()
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf); in choke_parse_opt()
192 fprintf(f, "ewma %u ", qopt->Wlog); in choke_print_opt()
Dq_red.c134 opt.Wlog = parm; in red_parse_opt()
140 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { in red_parse_opt()
192 fprintf(f, "ewma %u ", qopt->Wlog); in red_print_opt()
Dq_gred.c243 opt.Wlog = parm; in gred_parse_opt()
249 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) in gred_parse_opt()
323 fprintf(f, "ewma %u ", qopt->Wlog); in gred_print_opt()
Dq_sfq.c188 opt.Wlog = wlog; in sfq_parse_opt()
234 fprintf(f, "\n ewma %u ", qopt_ext->Wlog); in sfq_print_opt()
/external/iproute2/include/uapi/linux/
Dpkt_sched.h221 unsigned char Wlog; /* log(W) */ member
251 unsigned char Wlog; /* log(W) */ member
294 __u8 Wlog; /* log(W) */ member
327 unsigned char Wlog; /* log(W) */ member
/external/libnl/include/linux-private/linux/
Dpkt_sched.h237 unsigned char Wlog; /* log(W) */ member
267 unsigned char Wlog; /* log(W) */ member
310 __u8 Wlog; /* log(W) */ member
343 unsigned char Wlog; /* log(W) */ member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h238 unsigned char Wlog; /* log(W) */ member
271 unsigned char Wlog; /* log(W) */ member
357 __u8 Wlog; /* log(W) */ member
390 unsigned char Wlog; /* log(W) */ member
/external/libnl/lib/route/qdisc/
Dred.c64 red->qr_wlog = opts->Wlog; in red_msg_parser()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c278 struct wlog_file Wlog; variable
595 strcpy(Wlog.w_file, Write_Log); in main()
597 if (wlog_open(&Wlog, 1, 0666) < 0) { in main()
604 wlog_close(&Wlog); in main()
793 strcpy(Wlog.w_file, Write_Log); in doio()
795 if (wlog_open(&Wlog, 0, 0666) == -1) { in doio()
1779 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { in do_write()
1938 wlog_record_write(&Wlog, &wrec, woffset); in do_write()
3297 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { in do_rw()
3468 wlog_record_write(&Wlog, &wrec, woffset); in do_rw()