Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/u-boot/arch/arm/dts/
H A Drk3368-lion-u-boot.dtsi38 * may vary from the default configured here (e.g. 164.gzip is fastest
39 * with CBRD, whereas 252.eon and 186.crafty are fastest with CRBD).
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-parsimonious_0.10.0.bb1 SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python."
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbem/
H A Dpython3-pywbem_1.7.2.bb13 It also provides a Python provider interface, and is the fastest and easiest \
/openbmc/linux/Documentation/hwmon/
H A Dshtc1.rst54 non-blocking mode. Blocking mode will guarantee the fastest result but
H A Dlm75.rst151 slowest chips and 125 ms for the fastest chips; reading it more often
H A Dadt7475.rst136 for a channel at a given time, in which case the maximum value (fastest
H A Dsysfs-interface.rst229 value (fastest fan speed) wins.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst54 IPK is the fastest. Additionally, selecting a singular packaging
70 system maintainers have recommended that the fastest way to clean up
/openbmc/linux/drivers/net/hippi/
H A DKconfig35 of additional memory to allow for fastest operation, both for
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmscc-phy-vsc8531.txt10 the fastest possible edge time.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo49 Values are decimal integers from 1 (slowest) to 255 (fastest).
/openbmc/linux/usr/
H A DKconfig190 decompression speed is the second fastest and it's compression speed
202 is the fastest.
/openbmc/linux/samples/bpf/
H A DREADME.rst75 We recommend that developers who want the fastest incremental builds
/openbmc/linux/lib/
H A DKconfig15 bool "Automatically choose fastest RAID6 PQ functions"
20 fastest one.
206 This is the fastest algorithm, but comes with a 8KiB lookup table.
/openbmc/linux/arch/arm/crypto/
H A DKconfig158 fastest AES implementation for single blocks. For multiple
/openbmc/linux/Documentation/staging/
H A Dxz.rst95 the fastest settings, so it isn't clear if LZMA2 encoder is wanted
/openbmc/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts228 * This is the fastest we can go.
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst112 initiator access, and the term "near memory" represents the fastest
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig222 whenever the temperature goes out of range. This is the fastest way
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-common.dtsi752 /* fastest mode for USB 2 */
/openbmc/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
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot148 ... speed of the fastest blade.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup366 slowest, to nine fastest.
/openbmc/linux/Documentation/admin-guide/
H A Dbug-hunting.rst272 Usually, the fastest way to have your bug fixed is to report it to mailing

12