Searched refs:est (Results 1 - 25 of 35) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Dcbqinit.eth121 # est 1sec 8sec means, that kernel will evaluate average rate
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \
73 $TC class add dev $DEVICE parent 1:7FFE classid 1:7FFF est 4sec 32sec cbq \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_estimator.c33 fprintf(stderr, "Example: ... est 1sec 8sec\n");
37 int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est) argument
44 if (est->ewma_log)
55 if (tc_setup_estimator(A, time_const, est) < 0) {
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
H A Dtc_class.c51 struct tc_estimator est; local
56 memset(&est, 0, sizeof(est));
94 if (parse_estimator(&argc, &argv, &est))
110 if (est.ewma_log)
111 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
H A Dtc_common.h11 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
H A Dtc_core.h12 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);
H A Dtc_estimator.c26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) argument
28 for (est->interval=0; est->interval<=5; est->interval++) {
29 if (A <= (1<<est->interval)*(1000000/4))
32 if (est->interval > 5)
34 est->interval -= 2;
35 for (est->ewma_log=1; est->ewma_log<32; est
[all...]
H A Dtc_filter.c63 struct tc_estimator est; local
66 memset(&est, 0, sizeof(est));
117 if (parse_estimator(&argc, &argv, &est) < 0)
153 if (est.ewma_log)
154 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
H A Dtc_qdisc.c47 struct tc_estimator est; local
57 memset(&est, 0, sizeof(est));
109 if (parse_estimator(&argc, &argv, &est))
125 if (est.ewma_log)
126 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_RATEEST.c170 .userspacesize = offsetof(struct xt_rateest_target_info, est),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlpc.c83 int i, est; local
85 est = min_order;
88 est = i+1;
92 return est;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas140 OutEstimate = zero, or est. size of the decompressed data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex185 data-base data-bases eshell fall-ing half-way long-est man-u-script
189 stand-alone strong-est time-stamp time-stamps which-ever white-space
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl465 ^\t*[t|T]est[0-9][0-9][0-9].*|
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex181 data-base data-bases eshell fall-ing half-way long-est man-u-script
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas140 OutEstimate = zero, or est. size of the decompressed data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c2098 struct rate_estimator *est; local
2105 est = vc->estimator;
2106 if (!est)
2109 ncells = est->cells;
2111 rate = ((u32)(ncells - est->last_cells)) << (7 - est->interval);
2112 est->last_cells = ncells;
2113 est->avcps += ((long)rate - (long)est->avcps) >> est
2139 struct rate_estimator *est; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl2.c732 int est = 0, state; local
742 est = 1;
754 if (est)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000m.c535 u16 value, est[4]; local
586 est[0] = 0x0148; /* P_adp_regul_cnt 0.04 */
587 est[1] = 0xfff0; /* P_adp_noise_cnt -0.002 */
588 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
589 est[3] = 0xfff8; /* P_adp_noise_ext -0.001 */
592 est[0] = 0x023d; /* P_adp_regul_cnt 0.07 */
593 est[1] = 0xffdf; /* P_adp_noise_cnt -0.004 */
594 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
595 est[3] = 0xfff0; /* P_adp_noise_ext -0.002 */
598 est[
[all...]
H A Ddib7000p.c356 u16 tmp, est[4]; // reg_26, reg_32, reg_33, reg_187, reg_188, reg_189, reg_190, reg_207, reg_208; local
394 est[0] = 0x0148; /* P_adp_regul_cnt 0.04 */
395 est[1] = 0xfff0; /* P_adp_noise_cnt -0.002 */
396 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
397 est[3] = 0xfff8; /* P_adp_noise_ext -0.001 */
400 est[0] = 0x023d; /* P_adp_regul_cnt 0.07 */
401 est[1] = 0xffdf; /* P_adp_noise_cnt -0.004 */
402 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
403 est[3] = 0xfff0; /* P_adp_noise_ext -0.002 */
406 est[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.c1564 struct ibm_emac_error_stats *est = &dev->estats; local
1575 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom +
1576 est->rx_dropped_error +
1577 est->rx_dropped_resize +
1578 est->rx_dropped_mtu);
1579 nst->tx_dropped = (unsigned long)est->tx_dropped;
1581 nst->rx_errors = (unsigned long)est->rx_bd_errors;
1582 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun +
1583 est->rx_fifo_overrun +
1584 est
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dact_api.h109 extern struct tcf_common *tcf_hash_create(u32 index, struct rtattr *est,
119 extern struct tc_action *tcf_action_init(struct rtattr *rta, struct rtattr *est, char *n, int ovr, int bind, int *err);
120 extern struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est, char *n, int ovr, int bind, int *err);
129 extern struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c153 struct gen_estimator *est; local
162 est = kzalloc(sizeof(*est), GFP_KERNEL);
163 if (est == NULL)
166 est->interval = parm->interval + 2;
167 est->bstats = bstats;
168 est->rate_est = rate_est;
169 est->stats_lock = stats_lock;
170 est->ewma_log = parm->ewma_log;
171 est
202 struct gen_estimator *est, **pest; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_est.c124 struct ip_vs_estimator *est; local
126 est = kzalloc(sizeof(*est), GFP_KERNEL);
127 if (est == NULL)
130 est->stats = stats;
131 est->last_conns = stats->conns;
132 est->cps = stats->cps<<10;
134 est->last_inpkts = stats->inpkts;
135 est->inpps = stats->inpps<<10;
137 est
161 struct ip_vs_estimator *est, **pest; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_api.c224 struct tcf_common *tcf_hash_create(u32 index, struct rtattr *est, struct tc_action *a, int size, int bind, u32 *idx_gen, struct tcf_hashinfo *hinfo) argument
240 if (est)
242 p->tcfc_stats_lock, est);
452 struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est, argument
507 *err = a_o->init(tb[TCA_ACT_OPTIONS-1], est, a, ovr, bind);
509 *err = a_o->init(rta, est, a, ovr, bind);
532 struct tc_action *tcf_action_init(struct rtattr *rta, struct rtattr *est, argument
545 act = tcf_action_init_1(tb[i], est, name, ovr, bind, err);

Completed in 422 milliseconds

12