Home
last modified time | relevance | path

Searched refs:beta (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_htcp.c27 u8 beta; /* Fixed point arith, << 7 */ member
79 return max(tp->snd_cwnd, (tp->snd_ssthresh << 7) / ca->beta); in htcp_cwnd_undo()
155 ca->beta = BETA_MIN; in htcp_beta_update()
162 ca->beta = (minRTT << 7) / maxRTT; in htcp_beta_update()
163 if (ca->beta < BETA_MIN) in htcp_beta_update()
164 ca->beta = BETA_MIN; in htcp_beta_update()
165 else if (ca->beta > BETA_MAX) in htcp_beta_update()
166 ca->beta = BETA_MAX; in htcp_beta_update()
168 ca->beta = BETA_MIN; in htcp_beta_update()
194 ca->alpha = 2 * factor * ((1 << 7) - ca->beta); in htcp_alpha_update()
[all …]
Dtcp_illinois.c50 u32 beta; /* Muliplicative decrease */ member
73 ca->beta = BETA_BASE; in tcp_illinois_init()
190 static u32 beta(u32 da, u32 dm) in beta() function
227 ca->beta = BETA_BASE; in update_params()
233 ca->beta = beta(da, dm); in update_params()
248 ca->beta = BETA_BASE; in tcp_illinois_state()
299 return max(tp->snd_cwnd - ((tp->snd_cwnd * ca->beta) >> BETA_SHIFT), 2U); in tcp_illinois_ssthresh()
Dtcp_bic.c31 static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */ variable
41 module_param(beta, int, 0644);
42 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
170 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
180 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
Dtcp_cubic.c47 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */
64 module_param(beta, int, 0644);
65 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
364 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
371 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
488 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register()
489 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()
Dtcp_vegas.c44 static int beta = 4; variable
49 module_param(beta, int, 0644);
50 MODULE_PARM_DESC(beta, "upper bound of packets in network");
252 if (diff > beta) { in tcp_vegas_cong_avoid()
Dtcp_veno.c23 static const int beta = 3 << V_PARAM_SHIFT; variable
158 if (veno->diff < beta) { in tcp_veno_cong_avoid()
195 if (veno->diff < beta) in tcp_veno_ssthresh()
DKconfig495 modeswitch to change the alpha and beta parameters of TCP Reno
577 adjust the alpha and beta parameters to achieve a higher average
/linux-4.4.14/net/sched/
Dsch_pie.c45 u32 beta; /* and are used for shift relative to 1 */ member
82 params->beta = 20; in pie_params_init()
222 q->params.beta = nla_get_u32(tb[TCA_PIE_BETA]); in pie_change()
319 u32 alpha, beta; in calculate_probability() local
349 beta = in calculate_probability()
350 (q->params.beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 7; in calculate_probability()
354 beta = in calculate_probability()
355 (q->params.beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 5; in calculate_probability()
359 beta = in calculate_probability()
360 (q->params.beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in calculate_probability()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf108.c736 const u32 beta = grctx->attrib_nr; in gf108_grctx_generate_attrib() local
749 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf108_grctx_generate_attrib()
755 const u32 b = beta; in gf108_grctx_generate_attrib()
Dctxgf117.c188 const u32 beta = grctx->attrib_nr; in gf117_grctx_generate_attrib() local
201 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf117_grctx_generate_attrib()
207 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt26 - beta-compensation-enable
27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c432 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local
637 beta = (beta_raw << 10) / scale_B; in create_pa_curve()
647 y5 = ((beta * tmp) >> 6) >> order1_5x; in create_pa_curve()
690 beta = (beta_raw << 10) / scale_B; in create_pa_curve()
706 if (beta > 0) in create_pa_curve()
707 y5 = (((beta * tmp - 64) >> 6) - in create_pa_curve()
710 y5 = ((((beta * tmp - 64) >> 6) + in create_pa_curve()
719 if (beta > 0) in create_pa_curve()
/linux-4.4.14/Documentation/hwmon/
Dlm9523426 beta compensation technology allows sensing of 90 nm or 65 nm process
Dw83792d119 need to upgrade to latest (or beta) BIOS. If it does not help please
Dw83781d114 beta value in the sensor files. '1' is the PII/Celeron diode, '2' is the
406 old ASUS, it isn't marketed as Qfan. Maybe some beta pre-attempt at Qfan
/linux-4.4.14/Documentation/isdn/
DCREDITS65 For heavy-duty-beta-testing with his BBS ;)
DREADME.sc13 total risk by using this driver, we encourage you to join the beta
16 To join the Linux beta mailing list, send a message to:
17 majordomo@spellcast.com with the words "subscribe linux-beta" as the only
20 the same address with the words "unsubscribe linux-beta" as its only
DREADME.x255 This is alpha/beta test code. Use it completely at your own risk.
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Drockchip.txt28 - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-firefly-beta.dts48 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
DMakefile521 rk3288-firefly-beta.dtb \
/linux-4.4.14/Documentation/filesystems/
Decryptfs.txt30 In the beta/experimental releases of eCryptfs, when you upgrade
/linux-4.4.14/Documentation/usb/
Diuu_phoenix.txt12 This driver is still in beta stage, so bugs can
/linux-4.4.14/Documentation/video4linux/
Dzr364xx.txt14 This is a beta release of the driver.
/linux-4.4.14/Documentation/networking/
Dskfp.txt202 v1.00 beta 01 (980507)
/linux-4.4.14/sound/oss/
DCHANGELOG33 Since 3.7-beta#
302 Since 2.5-beta
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h728 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
Dt3_hw.c2864 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus()
2890 (w << 16) | (beta[w] << 13) | inc); in t3_load_mtus()
/linux-4.4.14/Documentation/scsi/
DFlashPoint.txt138 I was a beta test site for the BT-948/958, and versions 1.2.1 and 1.3.1 of
DBusLogic.txt60 opportunity to become a beta test site for their latest MultiMaster product,
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1337 const unsigned short *alpha, const unsigned short *beta);
Dt4_hw.c5054 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus() argument
5080 (w << 16) | (beta[w] << 13) | inc); in t4_load_mtus()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES1026 on current 2.5 beta version (2.5.24) of the Linux kernel as well as on 2.4 Linux kernels.
/linux-4.4.14/
DCREDITS1896 D: NET-1 beta testing & minor patches, original Smail binary packages for