Searched refs:fastest (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.1.9/crypto/ |
D | xor.c | 122 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local 124 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks() 126 if (fastest) { in calibrate_xor_blocks() 129 fastest->name); in calibrate_xor_blocks() 150 fastest = template_list; in calibrate_xor_blocks() 151 for (f = fastest; f; f = f->next) in calibrate_xor_blocks() 152 if (f->speed > fastest->speed) in calibrate_xor_blocks() 153 fastest = f; in calibrate_xor_blocks() 156 fastest->name, fastest->speed); in calibrate_xor_blocks() 162 active_template = fastest; in calibrate_xor_blocks()
|
/linux-6.1.9/Documentation/hwmon/ |
D | shtc1.rst | 54 non-blocking mode. Blocking mode will guarantee the fastest result but
|
D | sht3x.rst | 34 non-blocking mode. Blocking mode will guarantee the fastest result but
|
D | lm75.rst | 151 slowest chips and 125 ms for the fastest chips; reading it more often
|
D | adt7475.rst | 136 for a channel at a given time, in which case the maximum value (fastest
|
D | sysfs-interface.rst | 229 value (fastest fan speed) wins.
|
/linux-6.1.9/drivers/net/hippi/ |
D | Kconfig | 35 of additional memory to allow for fastest operation, both for
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | mscc-phy-vsc8531.txt | 10 the fastest possible edge time.
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra20-pinmux.txt | 56 fastest. The range of valid values depends on the pingroup. See 59 fastest. The range of valid values depends on the pingroup. See
|
D | nvidia,tegra210-pinmux.txt | 73 fastest. The range of valid values depends on the pingroup. See 76 fastest. The range of valid values depends on the pingroup. See
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-driver-hid-lenovo | 49 Values are decimal integers from 1 (slowest) to 255 (fastest).
|
/linux-6.1.9/usr/ |
D | Kconfig | 190 decompression speed is the second fastest and it's compression speed 202 is the fastest.
|
/linux-6.1.9/samples/bpf/ |
D | README.rst | 65 We recommend that developers who want the fastest incremental builds
|
/linux-6.1.9/lib/ |
D | Kconfig | 15 bool "Automatically choose fastest RAID6 PQ functions" 20 fastest one. 204 This is the fastest algorithm, but comes with a 8KiB lookup table.
|
/linux-6.1.9/arch/arm/crypto/ |
D | Kconfig | 156 fastest AES implementation for single blocks. For multiple
|
/linux-6.1.9/Documentation/staging/ |
D | xz.rst | 95 the fastest settings, so it isn't clear if LZMA2 encoder is wanted
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | da850-lego-ev3.dts | 228 * This is the fastest we can go.
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | numaperf.rst | 113 initiator access, and the term "near memory" represents the fastest
|
/linux-6.1.9/arch/powerpc/platforms/ |
D | Kconfig | 222 whenever the temperature goes out of range. This is the fastest way
|
/linux-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sdm845-oneplus-common.dtsi | 586 /* fastest mode for USB 2 */
|
/linux-6.1.9/Documentation/driver-api/mtd/ |
D | nand_ecc.rst | 274 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-6.1.9/Documentation/ABI/stable/ |
D | sysfs-driver-speakup | 357 slowest, to nine fastest.
|
/linux-6.1.9/Documentation/admin-guide/ |
D | bug-hunting.rst | 272 Usually, the fastest way to have your bug fixed is to report it to mailing
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will
|
/linux-6.1.9/Documentation/mm/ |
D | hmm.rst | 91 and 16 lanes). This is 33 times less than the fastest GPU memory (1 TBytes/s).
|
12