Home
last modified time | relevance | path

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

12

/Linux-v5.4/crypto/
Dxor.c106 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
108 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
110 if (fastest) { in calibrate_xor_blocks()
113 fastest->name); in calibrate_xor_blocks()
133 fastest = template_list; in calibrate_xor_blocks()
134 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
135 if (f->speed > fastest->speed) in calibrate_xor_blocks()
136 fastest = f; in calibrate_xor_blocks()
139 fastest->name, fastest->speed / 1000, fastest->speed % 1000); in calibrate_xor_blocks()
145 active_template = fastest; in calibrate_xor_blocks()
/Linux-v5.4/Documentation/hwmon/
Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
Dsht3x.rst34 non-blocking mode. Blocking mode will guarantee the fastest result but
Dlm75.rst149 slowest chips and 125 ms for the fastest chips; reading it more often
Dadt7475.rst136 for a channel at a given time, in which case the maximum value (fastest
Dsysfs-interface.rst405 value (fastest fan speed) wins.
/Linux-v5.4/drivers/net/hippi/
DKconfig35 of additional memory to allow for fastest operation, both for
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmscc-phy-vsc8531.txt10 the fastest possible edge time.
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt56 fastest. The range of valid values depends on the pingroup. See
59 fastest. The range of valid values depends on the pingroup. See
Dnvidia,tegra210-pinmux.txt73 fastest. The range of valid values depends on the pingroup. See
76 fastest. The range of valid values depends on the pingroup. See
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo42 Values are decimal integers from 1 (slowest) to 255 (fastest).
/Linux-v5.4/usr/
DKconfig200 decompression speed is the second fastest and it's compression speed
212 is the fastest.
/Linux-v5.4/arch/arm/crypto/
DKconfig73 fastest AES implementation for single blocks. For multiple
/Linux-v5.4/lib/
DKconfig15 bool "Automatically choose fastest RAID6 PQ functions"
20 fastest one.
164 This is the fastest algorithm, but comes with a 8KiB lookup table.
/Linux-v5.4/Documentation/
Dxz.txt95 the fastest settings, so it isn't clear if LZMA2 encoder is wanted
/Linux-v5.4/arch/arm/boot/dts/
Dda850-lego-ev3.dts228 * This is the fastest we can go.
/Linux-v5.4/Documentation/admin-guide/mm/
Dnumaperf.rst105 initiator access, and the term "near memory" represents the fastest
/Linux-v5.4/arch/powerpc/platforms/
DKconfig231 whenever the temperature goes out of range. This is the fastest way
/Linux-v5.4/Documentation/driver-api/mtd/
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-v5.4/drivers/staging/speakup/
Dsysfs-driver-speakup340 slowest, to nine fastest.
/Linux-v5.4/Documentation/admin-guide/
Dbug-hunting.rst264 Usually, the fastest way to have your bug fixed is to report it to mailing
/Linux-v5.4/Documentation/vm/
Dhmm.rst91 and 16 lanes). This is 33 times less than the fastest GPU memory (1 TBytes/s).
/Linux-v5.4/arch/m68k/ifpsp060/src/
Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
/Linux-v5.4/tools/perf/Documentation/
Dperf-record.txt491 Produce compressed trace using specified level n (default: 1 - fastest compression,
/Linux-v5.4/Documentation/spi/
Dspi-summary.rst306 several types. This example shows generic constraints like the fastest SPI

12