Home
last modified time | relevance | path

Searched full:fastest (Results 1 – 25 of 146) sorted by relevance

123456

/linux/crypto/
H A Dxor.c119 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
121 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
123 if (fastest) { in calibrate_xor_blocks()
126 fastest->name); in calibrate_xor_blocks()
147 fastest = template_list; in calibrate_xor_blocks()
148 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
149 if (f->speed > fastest->speed) in calibrate_xor_blocks()
150 fastest = f; in calibrate_xor_blocks()
153 fastest->name, fastest->speed); in calibrate_xor_blocks()
159 active_template = fastest; in calibrate_xor_blocks()
/linux/lib/xz/
H A Dxz_crc32.c11 * This is not the fastest implementation, but it is pretty compact.
12 * The fastest versions of xz_crc32() on modern CPUs without hardware
/linux/include/linux/
H A Drandom.h57 * distribution, suitable for all uses. Fastest when ceil is a constant, but
95 * distribution, suitable for all uses. Fastest when floor is a constant, but
107 * distribution, suitable for all uses. Fastest when floor and ceil are
/linux/arch/arm/mach-omap2/
H A Dopp2430_data.c46 * the fastest one. If a 'fast' value is defined, then automatically,
52 * Note: This table needs to be sorted, fastest to slowest.
H A Dopp2420_data.c48 * the fastest one. If a 'fast' value is defined, then automatically,
54 * Note: This table needs to be sorted, fastest to slowest.
/linux/Documentation/devicetree/bindings/net/
H A Dmscc-phy-vsc8531.txt10 the fastest possible edge time.
45 | (Fastest) (recommended) (recommended) |
/linux/arch/s390/include/asm/
H A Dxor.h19 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_xc) argument
/linux/arch/x86/include/asm/
H A Dxor_avx.h175 #define AVX_SELECT(FASTEST) \ argument
176 (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE) ? &xor_block_avx : FASTEST)
H A Dsync_core.h74 * (it seems to be a bit more than 2x slower than the fastest in sync_core()
/linux/usr/
H A DKconfig190 decompression speed is the second fastest and its compression speed
202 is the fastest.
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra-pinmux-common.yaml168 description: Controls rising signal slew rate. 0 is fastest. The range of
173 description: Controls falling signal slew rate. 0 is fastest. The range of
/linux/include/asm-generic/bitops/
H A Dsched.h9 * Every architecture must define this function. It's the fastest
/linux/drivers/net/hippi/
H A DKconfig35 of additional memory to allow for fastest operation, both for
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/
H A Dg_fbsr_nvoc.h29 #define FBSR_TYPE_DMA 4 // Copy using DMA. Fastest.
/linux/Documentation/hwmon/
H A Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
H A Dlm75.rst161 slowest chips and 125 ms for the fastest chips; reading it more often
/linux/lib/
H A DKconfig15 bool "Automatically choose fastest RAID6 PQ functions"
20 fastest one.
203 This is the fastest algorithm, but comes with a 8KiB lookup table.
/linux/arch/sparc/include/asm/
H A Dxor_64.h71 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument
/linux/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c109 * set ARM power up/down timing to the fastest, in imx6sx_cpuidle_init()
/linux/drivers/clk/qcom/
H A Dcommon.c40 /* Default to our fastest rate */ in qcom_find_freq()
58 /* Default to our fastest rate */ in qcom_find_freq_multi()
/linux/arch/x86/math-emu/
H A Dshr_Xsig.S16 | Fastest for small shifts. |
/linux/arch/powerpc/lib/
H A Dchecksum_64.S75 * because of the XER dependency. This means the fastest this loop can
268 * because of the XER dependency. This means the fastest this loop can
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo49 Values are decimal integers from 1 (slowest) to 255 (fastest).
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c99 /* Find fastest clock frequency */ in get_proc_frequency()
/linux/Documentation/devicetree/bindings/sound/
H A Dnuvoton,nau8821.yaml95 7 means the fastest rate.

123456