Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/ipv4/
Dtcp_yeah.c161 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local
164 tp->snd_cwnd -= reduction; in tcp_yeah_cong_avoid()
210 u32 reduction; in tcp_yeah_ssthresh() local
213 reduction = yeah->lastQ; in tcp_yeah_ssthresh()
215 reduction = min(reduction, max(tp->snd_cwnd>>1, 2U)); in tcp_yeah_ssthresh()
217 reduction = max(reduction, tp->snd_cwnd >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()
219 reduction = max(tp->snd_cwnd>>1, 2U); in tcp_yeah_ssthresh()
224 return max_t(int, tp->snd_cwnd - reduction, 2); in tcp_yeah_ssthresh()
/Linux-v5.4/Documentation/devicetree/bindings/sound/
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
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-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_asm.S67 # first phase of the reduction
80 # second phase of the reduction
Daesni-intel_avx-x86_64.S700 #reduction
915 #first phase of the reduction
926 vpxor \T2, \GH, \GH # first phase of the reduction complete
928 #second phase of the reduction
1549 #first phase of the reduction
1561 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1575 #second phase of the reduction
1738 #first phase of the reduction
1749 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1753 #second phase of the reduction
[all …]
Daesni-intel_asm.S532 # first phase of the reduction
549 # second phase of the reduction
1150 # first phase of reduction
1166 # second phase of reduction
1362 # first phase of reduction
1378 # second phase of reduction
1462 # first phase of the reduction
1477 # second phase of the reduction
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Deeprom.c409 u16 reduction = antenna_reduction; in ath9k_hw_get_scaled_power() local
419 reduction += POWER_CORRECTION_FOR_TWO_CHAIN; in ath9k_hw_get_scaled_power()
422 reduction += POWER_CORRECTION_FOR_THREE_CHAIN; in ath9k_hw_get_scaled_power()
426 if (power_limit > reduction) in ath9k_hw_get_scaled_power()
427 power_limit -= reduction; in ath9k_hw_get_scaled_power()
/Linux-v5.4/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt41 - adi,cycle-slip-reduction-enable: Enables cycle slip reduction.
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt65 can also cause performance reduction to other peripherals
86 can also cause performance reduction to other peripherals
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/Linux-v5.4/arch/m68k/fpsp040/
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-v5.4/tools/power/cpupower/
DREADME17 allows for code reduction in userspace tools, a clean implementation of
/Linux-v5.4/Documentation/x86/
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-v5.4/Documentation/netlabel/
Dlsm_interface.rst53 bypassed as well which should result in a significant reduction in overhead.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dipu3.rst422 BNR Bayer noise reduction block removes image noise by
426 that performs noise reduction in the Bayer domain. The
451 CHNR Chroma noise reduction
453 performs noise reduction by cleaning the high
459 noise reduction algorithm used to improve image
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.
/Linux-v5.4/Documentation/driver-api/thermal/
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-v5.4/net/can/
Dbcm.c205 unsigned long reduction; in bcm_proc_show() local
232 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
235 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
/Linux-v5.4/Documentation/sound/soc/
Doverview.rst46 * Pop and click reduction. Pops and clicks can be reduced by powering the
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dunstriped.rst107 to get a 92% reduction in read latency using this device mapper target.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dfunc-read.rst87 implies a reduction of the capture rate to one half or less of the
/Linux-v5.4/drivers/thermal/
DKconfig157 reduction. An ACPI version of this already exists
180 frequency reduction for devices using devfreq.
/Linux-v5.4/Documentation/gpu/
Dkms-properties.csv13 ,,“flicker reduction”,RANGE,"Min=0, Max=100",Connector,TBD
/Linux-v5.4/Documentation/filesystems/ext4/
Difork.rst51 very large files with a single extent, at a considerable reduction in
/Linux-v5.4/Documentation/networking/device_drivers/intel/
De1000e.rst121 microseconds. Receive interrupt reduction can improve CPU efficiency if
150 microseconds. Transmit interrupt reduction can improve CPU efficiency if

12