/linux-6.1.9/tools/testing/selftests/net/ |
D | ioam6.sh | 269 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 …]
|
/linux-6.1.9/net/ipv4/ |
D | tcp_htcp.c | 28 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 …]
|
D | tcp_illinois.c | 51 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()
|
D | tcp_bic.c | 32 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()
|
D | tcp_vegas.c | 45 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()
|
D | tcp_cubic.c | 50 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() 516 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register() 517 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()
|
D | tcp_veno.c | 24 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()
|
/linux-6.1.9/kernel/bpf/ |
D | tnum.c | 76 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()
|
/linux-6.1.9/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp401.yaml | 46 ti,beta-compensation: 48 value to select beta correction range. 73 ti,beta-compensation: false 102 ti,beta-compensation = <0x7>;
|
D | max6697.txt | 26 - beta-compensation-enable 27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
|
/linux-6.1.9/net/sched/ |
D | sch_pie.c | 178 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() 475 nla_put_u32(skb, TCA_PIE_BETA, q->params.beta) || in pie_dump()
|
D | sch_fq_pie.c | 330 q->p_params.beta = nla_get_u32(tb[TCA_FQ_PIE_BETA]); in fq_pie_change() 462 nla_put_u32(skb, TCA_FQ_PIE_BETA, q->p_params.beta) || in fq_pie_dump()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf108.c | 741 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()
|
D | ctxgf117.c | 249 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-6.1.9/Documentation/devicetree/bindings/input/ |
D | azoteq,iqs7222.yaml | 80 azoteq,lta-beta-lp: 88 azoteq,lta-beta-np: 96 azoteq,counts-beta-lp: 104 azoteq,counts-beta-np: 112 azoteq,lta-fast-beta-lp: 120 azoteq,lta-fast-beta-np: 535 azoteq,bottom-beta: 544 azoteq,static-beta: 548 azoteq,bottom-beta regardless of the speed of movement. 741 azoteq,lta-beta-lp = <7>; [all …]
|
/linux-6.1.9/include/net/ |
D | pie.h | 33 u32 beta; member 95 params->beta = 20; in pie_params_init()
|
/linux-6.1.9/Documentation/hwmon/ |
D | max31730.rst | 26 diode, while beta compensation corrects for temperature-measurement 27 errors due to low-beta sensing transistors.
|
D | lm95234.rst | 33 beta compensation technology allows sensing of 90 nm or 65 nm process
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 42 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()
|
/linux-6.1.9/tools/bootconfig/samples/ |
D | good-single.bconf | 4 key3 = "alpha", "beta"
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ar9003_paprd.c | 432 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-6.1.9/arch/arm/boot/dts/ |
D | rk3288-firefly-beta.dts | 11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
|
/linux-6.1.9/Documentation/isdn/ |
D | credits.rst | 69 For heavy-duty-beta-testing with his BBS ;)
|
/linux-6.1.9/Documentation/filesystems/ |
D | ecryptfs.rst | 35 In the beta/experimental releases of eCryptfs, when you upgrade
|
/linux-6.1.9/Documentation/usb/ |
D | iuu_phoenix.rst | 13 This driver is still in beta stage, so bugs can
|