| /linux/lib/crypto/x86/ |
| H A D | polyval-pclmul-avx.S | 134 * product of two 128-bit polynomials in Montgomery form. We need to reduce it 178 * If reduce is set, also computes the montgomery reduction of the 180 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1. 181 * I.e., the first multiplication uses m_0 + REDUCE(PL, PH) instead of m_0. 183 .macro full_stride reduce argument 189 .if \reduce 194 .if \reduce 199 .if \reduce 204 .if \reduce 209 .if \reduce [all …]
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval-ce-core.S | 160 * product of two 128-bit polynomials in Montgomery form. We need to reduce it 211 * If reduce is set, also computes the montgomery reduction of the 213 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1. 214 * I.e., the first multiplication uses m_0 + REDUCE(PL, PH) instead of m_0. 218 .macro full_stride reduce argument 227 .if \reduce 232 .if \reduce 237 .if \reduce 242 .if \reduce 247 .if \reduce [all …]
|
| /linux/net/bridge/ |
| H A D | Kconfig | 47 Say N to exclude this support and reduce the binary size. 61 Say N to exclude this support and reduce the binary size. 73 Say N to exclude this support and reduce the binary size. 84 Say N to exclude this support and reduce the binary size.
|
| /linux/arch/openrisc/ |
| H A D | Kconfig | 135 the kernel which in general will improve performance and reduce the 148 the kernel which in general will improve performance and reduce the 161 the kernel which in general will improve performance and reduce the 174 the kernel which in general will improve performance and reduce the 204 in the kernel and reduce binary size.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind 43 To reduce its OS jitter, do any of the following: 62 To reduce its OS jitter, do the following: 73 To reduce its OS jitter, do one of the following: 87 To reduce its OS jitter, each softirq vector must be handled 228 To reduce its OS jitter, do any of the following: 291 To reduce its OS jitter, do at least one of the following: 318 To reduce its OS jitter, do at least one of the following:
|
| /linux/net/openvswitch/ |
| H A D | Kconfig | 53 Say N to exclude this support and reduce the binary size. 65 Say N to exclude this support and reduce the binary size. 77 Say N to exclude this support and reduce the binary size.
|
| /linux/drivers/video/logo/ |
| H A D | Kconfig | 33 For example, the below ImageMagick command can be used to reduce 51 For example, the below ImageMagick command can be used to reduce an 74 For example, the below ImageMagick command can be used to reduce
|
| /linux/scripts/ |
| H A D | gen-crc-consts.py | 31 # Reduce the polynomial 'a' modulo the polynomial 'b'. 32 def reduce(a, b): function 99 next_entry = fmt_poly(v, reduce(poly, v.G), v.bits) + ',' 116 reduce(1 << pow_of_x, G), f'x^{pow_of_x} mod G') 119 reduce(1 << pow_of_x, G), f'x^{pow_of_x} mod G') 212 mults.append({ 'val': reduce(1 << pow_of_x, G) << (64 - n),
|
| H A D | macro_checker.py | 19 # below vars were used to reduce false positives 37 # used to reduce false positives, like #define endfor_nexthops(rt) } 46 # used to reduce false positives
|
| /linux/arch/arm/mach-rpc/include/mach/ |
| H A D | memory.h | 9 * 31-Dec-1997 RMK Fixed definitions to reduce warnings 10 * 11-Jan-1998 RMK Uninlined to reduce hits on cache
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_timer_util.c | 29 * the background by a timer tick. All to reduce the complexity in set_timer_ms() 30 * of the addition and reduce the risk of losing a jiffy. in set_timer_ms()
|
| /linux/Documentation/core-api/ |
| H A D | union_find.rst | 36 Time Complexity: Using path compression can reduce the time complexity of 37 the find operation, and using union by rank can reduce the time complexity 38 of the union operation. These optimizations reduce the average time
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | Kconfig | 29 Saying N will reduce the size of the Footbridge kernel. 43 Saying N will reduce the size of the Footbridge kernel.
|
| /linux/kernel/ |
| H A D | Kconfig.preempt | 47 preemption points have been selected to reduce the maximum 87 reduce lock holder preemption and recover some of the performance 141 provide a pre-built kernel binary to reduce the number of kernel
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ti,twl4030-audio.yaml | 29 Delay in milliseconds after enabling digital microphones to reduce 35 Headset ramp delay configuration to reduce pop noise.
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | st-pincfg.h | 64 * Retiming the clk pins will park clock & reduce the noise within the core. 69 * Retiming the clk pins will park clock & reduce the noise within the core.
|
| /linux/net/netfilter/ |
| H A D | nft_redir.c | 149 .reduce = NFT_REDUCE_READONLY, 177 .reduce = NFT_REDUCE_READONLY, 206 .reduce = NFT_REDUCE_READONLY,
|
| H A D | nft_masq.c | 146 .reduce = NFT_REDUCE_READONLY, 174 .reduce = NFT_REDUCE_READONLY, 216 .reduce = NFT_REDUCE_READONLY,
|
| H A D | nft_exthdr.c | 738 .reduce = nft_exthdr_reduce, 747 .reduce = nft_exthdr_reduce, 756 .reduce = nft_exthdr_reduce, 765 .reduce = NFT_REDUCE_READONLY, 774 .reduce = NFT_REDUCE_READONLY, 783 .reduce = nft_exthdr_reduce, 793 .reduce = nft_exthdr_reduce,
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | bpf_prog_profiler.bpf.c | 40 /* look up before reading, to reduce error */ in BPF_PROG() 83 /* read all events before updating the maps, to reduce error */ in BPF_PROG()
|
| /linux/kernel/configs/ |
| H A D | hardening.config | 63 # Initialize all heap variables to zero on free to reduce stale data lifetime. 69 # Wipe kernel stack after syscall completion to reduce stale data lifetime.
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | cpu-idle-cooling.rst | 14 critical temperature is reached, a decision must be taken to reduce 65 state with a minimum power consumption and reduce the static leakage 157 The power allocator governor will ask us somehow to reduce our power
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | Kconfig | 62 parameter will reduce memory requirements on a per controller instance. 74 parameter will reduce memory requirements on a per controller instance.
|
| /linux/tools/bpf/bpftool/skeleton/ |
| H A D | profiler.bpf.c | 52 /* look up before reading, to reduce error */ in BPF_PROG() 108 /* read all events before updating the maps, to reduce error */ in BPF_PROG()
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-stm32-usbphyc.yaml | 154 - <1> = reduce the impedance by 2 ohms 155 - <2> = reduce the impedance by 4 ohms 156 - <3> = reduce the impedance by 6 ohms
|