Home
last modified time | relevance | path

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

123

/linux/net/ipv4/
A Dtcp_yeah.c142 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local
145 tp->snd_cwnd -= 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(tp->snd_cwnd>>1, 2U)); in tcp_yeah_ssthresh()
198 reduction = max(reduction, tp->snd_cwnd >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()
200 reduction = max(tp->snd_cwnd>>1, 2U); in tcp_yeah_ssthresh()
205 return max_t(int, tp->snd_cwnd - reduction, 2); in tcp_yeah_ssthresh()
/linux/Documentation/devicetree/bindings/sound/
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
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/arch/x86/crypto/
A Dghash-clmulni-intel_asm.S66 # first phase of the reduction
79 # second phase of the reduction
A Daesni-intel_avx-x86_64.S689 #reduction
903 #first phase of the reduction
916 #second phase of the reduction
1537 #first phase of the reduction
1563 #second phase of the reduction
1726 #first phase of the reduction
1741 #second phase of the reduction
1883 #first phase of the reduction
2494 #first phase of the reduction
2514 #second phase of the reduction
[all …]
A Daesni-intel_asm.S527 # first phase of the reduction
544 # second phase of the reduction
1145 # first phase of reduction
1161 # second phase of reduction
1357 # first phase of reduction
1373 # second phase of reduction
1457 # first phase of the reduction
1472 # second phase of the reduction
/linux/Documentation/devicetree/bindings/phy/
A Dphy-stm32-usbphyc.yaml117 st,enable-hs-rftime-reduction:
118 description: Enables the HS rise/fall reduction feature
255 st,enable-hs-rftime-reduction;
273 st,enable-hs-rftime-reduction;
/linux/drivers/net/wireless/ath/ath9k/
A Deeprom.c419 u16 reduction = antenna_reduction; in ath9k_hw_get_scaled_power() local
429 reduction += POWER_CORRECTION_FOR_TWO_CHAIN; in ath9k_hw_get_scaled_power()
432 reduction += POWER_CORRECTION_FOR_THREE_CHAIN; in ath9k_hw_get_scaled_power()
436 if (power_limit > reduction) in ath9k_hw_get_scaled_power()
437 power_limit -= reduction; in ath9k_hw_get_scaled_power()
/linux/Documentation/ABI/testing/
A Dsysfs-platform-hidma-mgmt65 can also cause performance reduction to other peripherals
86 can also cause performance reduction to other peripherals
/linux/Documentation/devicetree/bindings/iio/frequency/
A Dadi,adf4350.yaml95 adi,cycle-slip-reduction-enable:
97 description: Enables cycle slip reduction.
/linux/arch/m68k/fpsp040/
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/Documentation/devicetree/bindings/mfd/
A Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/linux/Documentation/admin-guide/media/
A Dcpia2.rst72 flicker_freq Frequency for flicker reduction(50 or 60, default 60)
73 flicker_mode 0 to disable, or 1 to enable flicker reduction.
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/x86/
A Damd-memory-encryption.rst51 Bits[11:6] reduction in physical address space, in bits, when
70 Linux relies on BIOS to set this bit if BIOS has determined that the reduction
/linux/tools/power/cpupower/
A DREADME17 allows for code reduction in userspace tools, a clean implementation of
/linux/Documentation/netlabel/
A Dlsm_interface.rst53 bypassed as well which should result in a significant reduction in overhead.
/linux/net/can/
A Dbcm.c209 unsigned long reduction; in bcm_proc_show() local
236 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
239 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
/linux/Documentation/driver-api/thermal/
A Dintel_powerclamp.rst35 passive power reduction must be performed to prevent the hardware
41 On Intel CPUs, C-states provide effective power reduction, but so far
72 ratio (based on power reduction), and the error is the difference
/linux/Documentation/sound/soc/
A Doverview.rst46 * Pop and click reduction. Pops and clicks can be reduced by powering the
/linux/Documentation/admin-guide/device-mapper/
A Dunstriped.rst107 to get a 92% reduction in read latency using this device mapper target.
/linux/Documentation/userspace-api/media/v4l/
A Dfunc-read.rst78 implies a reduction of the capture rate to one half or less of the
/linux/Documentation/admin-guide/hw-vuln/
A Dspecial-register-buffer-data-sampling.rst79 serialized, resulting in an overall reduction in the maximum RDRAND
/linux/Documentation/gpu/
A Dkms-properties.csv13 ,,“flicker reduction”,RANGE,"Min=0, Max=100",Connector,TBD
/linux/drivers/thermal/
A DKconfig178 reduction. An ACPI version of this already exists
198 frequency reduction for devices using devfreq.

Completed in 56 milliseconds

123