Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H 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, in tcp_yeah_ssthresh()
[all...]
/kernel/linux/linux-6.6/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, in tcp_yeah_ssthresh()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S66 # first phase of the reduction
79 # second phase of the reduction
H A Daesni-intel_avx-x86_64.S699 #reduction
913 #first phase of the reduction
924 vpxor \T2, \GH, \GH # first phase of the reduction complete
926 #second phase of the reduction
1547 #first phase of the reduction
1559 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1573 #second phase of the reduction
1736 #first phase of the reduction
1747 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1751 #second phase of the reduction
[all...]
H A Daesni-intel_asm.S531 # first phase of the reduction
548 # second phase of the reduction
1149 # first phase of reduction
1165 # second phase of reduction
1361 # first phase of reduction
1377 # second phase of reduction
1461 # first phase of the reduction
1476 # second phase of the reduction
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S66 # first phase of the reduction
79 # second phase of the reduction
H A Daesni-intel_avx-x86_64.S667 #reduction
881 #first phase of the reduction
892 vpxor \T2, \GH, \GH # first phase of the reduction complete
894 #second phase of the reduction
1515 #first phase of the reduction
1527 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1541 #second phase of the reduction
1704 #first phase of the reduction
1715 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1719 #second phase of the reduction
[all...]
H 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
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10.S256 # sum hash and reduction with H Poly
257 vpmsumd 28, 23, 2 # reduction
278 # sum hash and reduction with H Poly
313 # sum hash and reduction with H Poly
314 vpmsumd 28, 23, 2 # reduction
337 # sum hash and reduction with H Poly
362 # sum hash and reduction with H Poly
363 vpmsumd 28, 23, 2 # reduction
386 # sum hash and reduction with H Poly
408 vpmsumd 27, 22, 2 # reduction
[all...]
H A Dpoly1305-p10le_64.S440 # do reduction ( h %= p )
441 # carry reduction
643 # carry reduction
766 # carry reduction
890 # carry reduction
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H 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()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dk3_j72xx_bandgap.c52 int reduction) in compute_value()
60 return (int)div64_s64(value, int_pow(10, reduction)); in compute_value()
51 compute_value(int index, const s64 *factors, int nr_factors, int reduction) compute_value() argument
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl585 @ lazy reduction as discussed in "NEON crypto" by D.J. Bernstein
623 @ This means that result of reduction have to be compressed upon
624 @ loop wrap-around. This can be done in the process of reduction
895 @ doesn't depend on reduction in previous iteration.
993 @ lazy reduction interleaved with base 2^32 -> base 2^26 of
1163 @ lazy reduction, but without narrowing
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dpoly1305-armv4.pl585 @ lazy reduction as discussed in "NEON crypto" by D.J. Bernstein
623 @ This means that result of reduction have to be compressed upon
624 @ loop wrap-around. This can be done in the process of reduction
895 @ doesn't depend on reduction in previous iteration.
993 @ lazy reduction interleaved with base 2^32 -> base 2^26 of
1163 @ lazy reduction, but without narrowing
/kernel/linux/linux-5.10/net/can/
H A Dbcm.c210 unsigned long reduction; in bcm_proc_show() local
234 seq_printf(m, "# recv %ld (%ld) => reduction: ", in bcm_proc_show()
237 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
240 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c210 unsigned long reduction; in bcm_proc_show() local
234 seq_printf(m, "# recv %ld (%ld) => reduction: ", in bcm_proc_show()
237 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
240 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dpoly1305-armv8.pl186 and $t0,$d2,#-4 // final reduction
300 and $t0,$d2,#-4 // final reduction
561 // doesn't depend on reduction in previous iteration.
700 // lazy reduction as discussed in "NEON crypto" by D.J. Bernstein
845 // lazy reduction, but without narrowing
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpoly1305-armv8.pl186 and $t0,$d2,#-4 // final reduction
300 and $t0,$d2,#-4 // final reduction
561 // doesn't depend on reduction in previous iteration.
700 // lazy reduction as discussed in "NEON crypto" by D.J. Bernstein
845 // lazy reduction, but without narrowing
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S5578 #--case, reduce argument by one remainder step to make subsequent reduction
5599 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5601 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
6009 #--case, reduce argument by one remainder step to make subsequent reduction
6030 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
6032 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
H A Dfplsp.S5472 #--case, reduce argument by one remainder step to make subsequent reduction
5493 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5495 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5903 #--case, reduce argument by one remainder step to make subsequent reduction
5924 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5926 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S5578 #--case, reduce argument by one remainder step to make subsequent reduction
5599 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5601 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
6009 #--case, reduce argument by one remainder step to make subsequent reduction
6030 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
6032 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
H A Dfplsp.S5472 #--case, reduce argument by one remainder step to make subsequent reduction
5493 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5495 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5903 #--case, reduce argument by one remainder step to make subsequent reduction
5924 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5926 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction

Completed in 92 milliseconds