Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/testing/selftests/net/
H A Dioam6.sh269 ip netns del ioam-node-beta || true
281 ip netns add ioam-node-beta
285 peer name ioam-veth-betaL netns ioam-node-beta
286 ip link add name ioam-veth-betaR netns ioam-node-beta type veth \
290 ip -netns ioam-node-beta link set ioam-veth-betaL name veth0
291 ip -netns ioam-node-beta link set ioam-veth-betaR name veth1
301 ip -netns ioam-node-beta addr add db01::1/64 dev veth0
302 ip -netns ioam-node-beta addr add db02::1/64 dev veth1
303 ip -netns ioam-node-beta link set veth0 up
304 ip -netns ioam-node-beta link set veth1 up
[all …]
/openbmc/linux/net/ipv4/
H A 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((tcp_snd_cwnd(tp) * ca->beta) >> 7, 2U); in htcp_recalc_ssthresh()
[all …]
H A 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()
302 decr = (tcp_snd_cwnd(tp) * ca->beta) >> BETA_SHIFT; in tcp_illinois_ssthresh()
H A 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");
170 ca->last_max_cwnd = (tcp_snd_cwnd(tp) * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
178 return max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
H A 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");
254 if (diff > beta) { in tcp_vegas_cong_avoid()
H A Dtcp_cubic.c50 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */
67 module_param(beta, int, 0644);
68 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
350 ca->last_max_cwnd = (tcp_snd_cwnd(tp) * (BICTCP_BETA_SCALE + beta)) in cubictcp_recalc_ssthresh()
355 return max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U); in cubictcp_recalc_ssthresh()
518 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register()
519 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()
H A Dtcp_veno.c24 static const int beta = 3 << V_PARAM_SHIFT; variable
163 if (veno->diff < beta) { in tcp_veno_cong_avoid()
200 if (veno->diff < beta) in tcp_veno_ssthresh()
/openbmc/u-boot/lib/lzma/
H A Dhistory.txt4 9.18 beta 2010-11-02
9 9.12 beta 2010-03-24
15 9.11 beta 2010-03-15
49 4.61 beta 2008-11-23
58 4.60 beta 2008-08-19
63 4.59 beta 2008-08-13
70 4.58 beta 2008-05-05
83 4.49 beta 2007-07-05
103 4.39 beta 2006-04-14
110 4.37 beta 2005-04-06
[all …]
/openbmc/linux/kernel/bpf/
H A Dtnum.c76 u64 dv, alpha, beta, chi, mu; in tnum_sub() local
80 beta = dv - b.mask; in tnum_sub()
81 chi = alpha ^ beta; in tnum_sub()
88 u64 alpha, beta, v; in tnum_and() local
91 beta = b.value | b.mask; in tnum_and()
93 return TNUM(v, alpha & beta & ~v); in tnum_and()
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/
H A D0004-autogen.sh-fix-find-version-for-beta-checking.patch4 Subject: [PATCH] autogen.sh: fix find-version for beta checking
6 find-version always assumes that gnupg is beta if autogen.sh is run
28 - beta=yes
/openbmc/linux/net/sched/
H A Dsch_pie.c178 q->params.beta = nla_get_u32(tb[TCA_PIE_BETA]); in pie_change()
304 u64 alpha, beta; in pie_calculate_probability() local
335 beta = ((u64)params->beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in pie_calculate_probability()
342 beta >>= 1; in pie_calculate_probability()
348 beta >>= 2; in pie_calculate_probability()
355 delta += beta * (qdelay - qdelay_old); in pie_calculate_probability()
478 nla_put_u32(skb, TCA_PIE_BETA, q->params.beta) || in pie_dump()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf108.c741 const u32 beta = grctx->attrib_nr; in gf108_grctx_generate_attrib() local
748 gf100_grctx_patch_wr32(chan, 0x405830, (beta << 16) | alpha); in gf108_grctx_generate_attrib()
754 const u32 b = beta; in gf108_grctx_generate_attrib()
H A Dctxgf117.c249 const u32 beta = grctx->attrib_nr; in gf117_grctx_generate_attrib() local
256 gf100_grctx_patch_wr32(chan, 0x405830, (beta << 16) | alpha); in gf117_grctx_generate_attrib()
262 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c42 static const int beta = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
53 static const __u32 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3
54 / (BICTCP_BETA_SCALE - beta);
409 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in BPF_STRUCT_OPS()
414 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in BPF_STRUCT_OPS()
/openbmc/linux/include/net/
H A Dpie.h33 u32 beta; member
95 params->beta = 20; in pie_params_init()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/
H A Dnuttcp_8.2.2.bb13 UPSTREAM_CHECK_URI = "https://www.nuttcp.net/nuttcp/beta/"
15 SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c \
/openbmc/linux/Documentation/hwmon/
H A Dmax31730.rst26 diode, while beta compensation corrects for temperature-measurement
27 errors due to low-beta sensing transistors.
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCNRI-Python5 …INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE…
7 …al or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in sourc…
11 …see may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made availabl…
/openbmc/linux/tools/bootconfig/samples/
H A Dgood-single.bconf4 key3 = "alpha", "beta"
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dmax6697.txt26 - beta-compensation-enable
27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py130 def choose_licenses(alpha, beta): argument
140 beta_weight = (len(list(filter(include_license, beta))) -
141 1000 * (len(list(filter(exclude_license, beta))) > 0))
145 return beta
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/
H A Drpi-eeprom_git.bb49 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2711/beta
52 ln -s latest ${D}${base_libdir}/firmware/raspberrypi/bootloader-2712/beta
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-firefly-beta.dts11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-autogen.sh-remove-unknown-in-version.patch29 beta=yes

123