Home
last modified time | relevance | path

Searched refs:reduction (Results 1 – 25 of 63) sorted by relevance

123

/linux/net/ipv4/
H A Dtcp_yeah.c142 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local
145 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - reduction); in tcp_yeah_cong_avoid()
191 u32 reduction; in tcp_yeah_ssthresh() local
194 reduction = yeah->lastQ; in tcp_yeah_ssthresh()
196 reduction = min(reduction, max(tcp_snd_cwnd(tp)>>1, 2U)); in tcp_yeah_ssthresh()
198 reduction = max(reduction, tcp_snd_cwnd(tp) >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()
200 reduction = max(tcp_snd_cwnd(tp)>>1, 2U); in tcp_yeah_ssthresh()
205 return max_t(int, tcp_snd_cwnd(tp) - reduction, 2); in tcp_yeah_ssthresh()
/linux/kernel/configs/
H A Dhardening.config4 # attack surface reduction options. They are expected to have low (or
89 # Provide userspace with seccomp BPF API for syscall attack surface reduction.
100 # Attack surface reduction: do not autoload TTY line disciplines.
112 # Attack surface reduction: Use the modern PTY interface (devpts) only.
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
70 - st,am-reduction-mode:
71 If present, FFX mode runs in AM reduction mode, otherwise normal
97 // correction for THD reduction
H A Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
74 - st,am-reduction-mode:
75 If present, FFX mode runs in AM reduction mode, otherwise normal
127 // correction for THD reduction
/linux/Documentation/userspace-api/media/drivers/
H A Dthp7312.rst35 Enable/Disable auto noise reduction.
38 Set the noise reduction strength, where 0 is the weakest and 10 is the
H A Dmali-c55.rst44 - Colour noise reduction is fitted in the ISP
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S66 # first phase of the reduction
79 # second phase of the reduction
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst39 CPU set returned is the reduction of all the online CPUs which can be
221 extensions for code size reduction, as ratified in commit 8be3419c1c0
223 riscv-code-size-reduction.
226 extensions for code size reduction, as ratified in commit 8be3419c1c0
228 riscv-code-size-reduction.
231 extensions for code size reduction, as ratified in commit 8be3419c1c0
233 riscv-code-size-reduction.
236 extensions for code size reduction, as ratified in commit 8be3419c1c0
238 riscv-code-size-reduction.
/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c407 u16 reduction = antenna_reduction; in ath9k_hw_get_scaled_power() local
417 reduction += POWER_CORRECTION_FOR_TWO_CHAIN; in ath9k_hw_get_scaled_power()
420 reduction += POWER_CORRECTION_FOR_THREE_CHAIN; in ath9k_hw_get_scaled_power()
424 if (power_limit > reduction) in ath9k_hw_get_scaled_power()
425 power_limit -= reduction; in ath9k_hw_get_scaled_power()
/linux/arch/powerpc/configs/
H A Dhardening.config6 # Attack surface reduction.
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10.S199 # sum hash and reduction with H Poly
200 vpmsumd 28, 23, 2 # reduction
224 # sum hash and reduction with H Poly
243 vpmsumd 27, 22, 2 # reduction
254 vpmsumd 22, 22, 2 # reduction
613 vpmsumd 17, 12, 2 # reduction
621 vpmsumd 12, 12, 2 # reduction
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-hidma-mgmt65 can also cause performance reduction to other peripherals
86 can also cause performance reduction to other peripherals
/linux/lib/crypto/powerpc/
H A Dpoly1305-p10le_64.S440 # do reduction ( h %= p )
441 # carry reduction
643 # carry reduction
766 # carry reduction
890 # carry reduction
/linux/arch/riscv/boot/dts/starfive/
H A Djh7100-starfive-visionfive-v1.dts29 * reduction seems to mitigate the issue.
/linux/arch/m68k/fpsp040/
H A Dstan.S317 |--case, reduce argument by one remainder step to make subsequent reduction
334 faddx FP_SCR2(%a6),%fp0 |high part of reduction is exact
336 faddx FP_SCR3(%a6),%fp0 |low part of reduction
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-ev1.dts401 st,enable-hs-rftime-reduction;
417 st,enable-hs-rftime-reduction;
H A Dstm32mp135f-dhcor-dhsbc.dts399 st,enable-hs-rftime-reduction;
417 st,enable-hs-rftime-reduction;
H A Dstm32mp135f-dk.dts612 st,enable-hs-rftime-reduction;
626 st,enable-hs-rftime-reduction;
/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c54 int reduction) in compute_value() argument
62 return (int)div64_s64(value, int_pow(10, reduction)); in compute_value()
/linux/Documentation/admin-guide/media/
H A Dipu3.rst246 high quality images. Besides, "STILL" mode need XNR3 to do noise reduction,
504 BNR Bayer noise reduction block removes image noise by
508 that performs noise reduction in the Bayer domain. The
533 CHNR Chroma noise reduction
535 performs noise reduction by cleaning the high
541 noise reduction algorithm used to improve image
/linux/Documentation/netlabel/
H A Dlsm_interface.rst53 bypassed as well which should result in a significant reduction in overhead.
/linux/Documentation/hwmon/
H A Dkbatt.rst50 multiple years, this lifetime reduction negligible.
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst37 passive power reduction must be performed to prevent the hardware
43 On Intel CPUs, C-states provide effective power reduction, but so far
74 ratio (based on power reduction), and the error is the difference
/linux/net/can/
H A Dbcm.c227 unsigned long reduction; in bcm_proc_show() local
254 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
257 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
/linux/Documentation/sound/soc/
H A Doverview.rst46 * Pop and click reduction. Pops and clicks can be reduced by powering the

123