Home
last modified time | relevance | path

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

123456

/linux-6.12.1/crypto/
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-6.12.1/lib/xz/
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-6.12.1/include/linux/
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-6.12.1/arch/arm/mach-omap2/
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.
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.
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dmscc-phy-vsc8531.txt10 the fastest possible edge time.
45 | (Fastest) (recommended) (recommended) |
/linux-6.12.1/arch/s390/include/asm/
Dxor.h19 #define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_xc) argument
/linux-6.12.1/usr/
DKconfig190 decompression speed is the second fastest and its compression speed
202 is the fastest.
/linux-6.12.1/arch/x86/include/asm/
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)
Dsync_core.h74 * (it seems to be a bit more than 2x slower than the fastest in sync_core()
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
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-6.12.1/include/asm-generic/bitops/
Dsched.h9 * Every architecture must define this function. It's the fastest
/linux-6.12.1/drivers/net/hippi/
DKconfig35 of additional memory to allow for fastest operation, both for
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/
Dg_fbsr_nvoc.h29 #define FBSR_TYPE_DMA 4 // Copy using DMA. Fastest.
/linux-6.12.1/Documentation/hwmon/
Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
/linux-6.12.1/lib/
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-6.12.1/arch/sparc/include/asm/
Dxor_64.h71 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument
/linux-6.12.1/arch/arm/mach-imx/
Dcpuidle-imx6sx.c109 * set ARM power up/down timing to the fastest, in imx6sx_cpuidle_init()
/linux-6.12.1/drivers/clk/qcom/
Dcommon.c40 /* Default to our fastest rate */ in qcom_find_freq()
58 /* Default to our fastest rate */ in qcom_find_freq_multi()
/linux-6.12.1/arch/x86/math-emu/
Dshr_Xsig.S16 | Fastest for small shifts. |
/linux-6.12.1/arch/powerpc/lib/
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-6.12.1/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c99 /* Find fastest clock frequency */ in get_proc_frequency()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo49 Values are decimal integers from 1 (slowest) to 255 (fastest).
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dnuvoton,nau8821.yaml95 7 means the fastest rate.
/linux-6.12.1/samples/bpf/
DREADME.rst75 We recommend that developers who want the fastest incremental builds

123456