Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/ipv4/
Dtcp_htcp.c28 u8 beta; /* Fixed point arith, << 7 */ member
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()
228 return max((tp->snd_cwnd * ca->beta) >> 7, 2U); in htcp_recalc_ssthresh()
[all …]
Dtcp_illinois.c51 u32 beta; /* Muliplicative decrease */ member
74 ca->beta = BETA_BASE; in tcp_illinois_init()
192 static u32 beta(u32 da, u32 dm) in beta() function
229 ca->beta = BETA_BASE; in update_params()
235 ca->beta = beta(da, dm); in update_params()
250 ca->beta = BETA_BASE; in tcp_illinois_state()
301 return max(tp->snd_cwnd - ((tp->snd_cwnd * ca->beta) >> BETA_SHIFT), 2U); in tcp_illinois_ssthresh()
Dtcp_bic.c32 static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */ variable
42 module_param(beta, int, 0644);
43 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
169 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
177 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
Dtcp_cubic.c48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */
65 module_param(beta, int, 0644);
66 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
363 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
368 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
478 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register()
479 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()
Dtcp_vegas.c45 static int beta = 4; variable
50 module_param(beta, int, 0644);
51 MODULE_PARM_DESC(beta, "upper bound of packets in network");
253 if (diff > beta) { in tcp_vegas_cong_avoid()
Dtcp_veno.c24 static const int beta = 3 << V_PARAM_SHIFT; variable
160 if (veno->diff < beta) { in tcp_veno_cong_avoid()
197 if (veno->diff < beta) in tcp_veno_ssthresh()
/Linux-v5.4/kernel/bpf/
Dtnum.c71 u64 dv, alpha, beta, chi, mu; in tnum_sub() local
75 beta = dv - b.mask; in tnum_sub()
76 chi = alpha ^ beta; in tnum_sub()
83 u64 alpha, beta, v; in tnum_and() local
86 beta = b.value | b.mask; in tnum_and()
88 return TNUM(v, alpha & beta & ~v); in tnum_and()
/Linux-v5.4/net/sched/
Dsch_pie.c34 u32 beta; /* and are used for shift relative to 1 */ member
74 params->beta = 20; in pie_params_init()
242 q->params.beta = nla_get_u32(tb[TCA_PIE_BETA]); in pie_change()
338 u64 alpha, beta; in calculate_probability() local
363 beta = ((u64)q->params.beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in calculate_probability()
370 beta >>= 1; in calculate_probability()
376 beta >>= 2; in calculate_probability()
383 delta += beta * (u64)(qdelay - qdelay_old); in calculate_probability()
498 nla_put_u32(skb, TCA_PIE_BETA, q->params.beta) || in pie_dump()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf108.c741 const u32 beta = grctx->attrib_nr; in gf108_grctx_generate_attrib() local
753 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf108_grctx_generate_attrib()
759 const u32 b = beta; in gf108_grctx_generate_attrib()
Dctxgf117.c249 const u32 beta = grctx->attrib_nr; in gf117_grctx_generate_attrib() local
261 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf117_grctx_generate_attrib()
267 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt26 - beta-compensation-enable
27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
/Linux-v5.4/arch/arm/boot/dts/
Drk3288-firefly-beta.dts11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
/Linux-v5.4/Documentation/hwmon/
Dlm95234.rst33 beta compensation technology allows sensing of 90 nm or 65 nm process
Dw83792d.rst127 need to upgrade to latest (or beta) BIOS. If it does not help please
Dw83781d.rst141 beta value in the sensor files. '1' is the PII/Celeron diode, '2' is the
460 old ASUS, it isn't marketed as Qfan. Maybe some beta pre-attempt at Qfan
/Linux-v5.4/Documentation/isdn/
Dcredits.rst69 For heavy-duty-beta-testing with his BBS ;)
/Linux-v5.4/Documentation/filesystems/
Decryptfs.txt30 In the beta/experimental releases of eCryptfs, when you upgrade
/Linux-v5.4/Documentation/usb/
Diuu_phoenix.rst13 This driver is still in beta stage, so bugs can
/Linux-v5.4/Documentation/media/v4l-drivers/
Dzr364xx.rst40 This is a beta release of the driver. Since version 0.70, this driver is
/Linux-v5.4/Documentation/networking/
Dskfp.txt202 v1.00 beta 01 (980507)
/Linux-v5.4/drivers/staging/media/ipu3/include/
Dintel-ipu3.h759 __u32 beta:4; member
2355 struct ipu3_uapi_anr_beta beta[3]; member
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h728 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-tables.c9497 .beta = { { 24, 24, 24, 24},
/Linux-v5.4/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

12