Home
last modified time | relevance | path

Searched refs:fastest (Results 1 – 20 of 20) sorted by relevance

/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/Documentation/hwmon/
H A Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
H A Dadt7475.rst137 for a channel at a given time, in which case the maximum value (fastest
H A Dsysfs-interface.rst229 value (fastest fan speed) wins.
/linux/drivers/net/hippi/
H A DKconfig35 of additional memory to allow for fastest operation, both for
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo49 Values are decimal integers from 1 (slowest) to 255 (fastest).
/linux/arch/arm/crypto/
H A DKconfig46 fastest AES implementation for single blocks. For multiple
/linux/usr/
H A DKconfig190 decompression speed is the second fastest and its compression speed
202 is the fastest.
/linux/samples/bpf/
H A DREADME.rst75 We recommend that developers who want the fastest incremental builds
/linux/lib/
H A DKconfig15 bool "Automatically choose fastest RAID6 PQ functions"
20 fastest one.
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts228 * This is the fastest we can go.
/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst112 initiator access, and the term "near memory" represents the fastest
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst274 I also introduced the parity lookup. I expected this to be the fastest
735 It proved to be fastest to do some table lookups. Performance gain
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-common.dtsi794 /* fastest mode for USB 2 */
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup366 slowest, to nine fastest.
/linux/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
/linux/Documentation/spi/
H A Dspi-summary.rst303 several types. This example shows generic constraints like the fastest SPI
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst557 A: We recommend that developers who want the fastest incremental builds
/linux/tools/perf/Documentation/
H A Dperf-record.txt606 Produce compressed trace using specified level n (default: 1 - fastest compression,
/linux/init/
H A DKconfig391 (both compression and decompression) is the fastest.