/linux/crypto/ |
H A D | xor.c | 119 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 D | xz_crc32.c | 11 * 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 D | random.h | 57 * 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 D | opp2430_data.c | 46 * the fastest one. If a 'fast' value is defined, then automatically, 52 * Note: This table needs to be sorted, fastest to slowest.
|
H A D | opp2420_data.c | 48 * 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 D | mscc-phy-vsc8531.txt | 10 the fastest possible edge time. 45 | (Fastest) (recommended) (recommended) |
|
/linux/arch/s390/include/asm/ |
H A D | xor.h | 19 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_xc) argument
|
/linux/arch/x86/include/asm/ |
H A D | xor_avx.h | 175 #define AVX_SELECT(FASTEST) \ argument 176 (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE) ? &xor_block_avx : FASTEST)
|
H A D | sync_core.h | 74 * (it seems to be a bit more than 2x slower than the fastest in sync_core()
|
/linux/usr/ |
H A D | Kconfig | 190 decompression speed is the second fastest and its compression speed 202 is the fastest.
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nvidia,tegra-pinmux-common.yaml | 168 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 D | sched.h | 9 * Every architecture must define this function. It's the fastest
|
/linux/drivers/net/hippi/ |
H A D | Kconfig | 35 of additional memory to allow for fastest operation, both for
|
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/ |
H A D | g_fbsr_nvoc.h | 29 #define FBSR_TYPE_DMA 4 // Copy using DMA. Fastest.
|
/linux/Documentation/hwmon/ |
H A D | shtc1.rst | 54 non-blocking mode. Blocking mode will guarantee the fastest result but
|
H A D | lm75.rst | 161 slowest chips and 125 ms for the fastest chips; reading it more often
|
/linux/lib/ |
H A D | Kconfig | 15 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 D | xor_64.h | 71 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument
|
/linux/arch/arm/mach-imx/ |
H A D | cpuidle-imx6sx.c | 109 * set ARM power up/down timing to the fastest, in imx6sx_cpuidle_init()
|
/linux/drivers/clk/qcom/ |
H A D | common.c | 40 /* 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 D | shr_Xsig.S | 16 | Fastest for small shifts. |
|
/linux/arch/powerpc/lib/ |
H A D | checksum_64.S | 75 * 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 D | sysfs-driver-hid-lenovo | 49 Values are decimal integers from 1 (slowest) to 255 (fastest).
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 99 /* Find fastest clock frequency */ in get_proc_frequency()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | nuvoton,nau8821.yaml | 95 7 means the fastest rate.
|