Lines Matching +full:in +full:- +full:functions
1 # SPDX-License-Identifier: GPL-2.0-only
15 bool "Automatically choose fastest RAID6 PQ functions"
19 Benchmark all available RAID6 PQ functions on init and choose the
31 converting bitfields between a CPU-usable representation and a
33 - Is little endian (bytes are reversed within a 32-bit group)
34 - The least-significant 32-bit word comes first (within a 64-bit
36 - The most significant bit of a byte is at its right (bit 0 of a
39 in the data sheets of the peripherals they are in control of.
41 When in doubt, say N.
50 For more information on KUnit and unit tests in general,
51 please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
53 When in doubt, say N.
62 This option enables the use of hardware bit-reversal instructions on
102 bool "Access I/O in non-MMIO mode"
107 hosts which can not be accessed in MMIO mode. Using the logical PIO
108 mechanism, the host-local I/O resource can be mapped into system
110 system can access the I/O devices with the mapped-logic PIO through
116 When in doubt, say N.
142 tristate "CRC-CCITT functions"
144 This option is provided for the case where no in-kernel-tree
145 modules require CRC-CCITT functions, but a module built outside
146 the kernel tree does. Such modules that use library CRC-CCITT
147 functions require M here.
150 tristate "CRC16 functions"
152 This option is provided for the case where no in-kernel-tree
153 modules require CRC16 functions, but a module built outside
155 functions require M here.
162 This option is only needed if a module that's not in the
176 tristate "CRC ITU-T V.41 functions"
178 This option is provided for the case where no in-kernel-tree
179 modules require CRC ITU-T V.41 functions, but a module built outside
180 the kernel tree does. Such modules that use library CRC ITU-T V.41
181 functions require M here.
184 tristate "CRC32/CRC32c functions"
188 This option is provided for the case where no in-kernel-tree
189 modules require CRC32/CRC32c functions, but a module built outside
191 functions require M here.
197 This option enables the CRC32 library functions to perform a
250 tristate "CRC64 functions"
252 This option is provided for the case where no in-kernel-tree
253 modules require CRC64 functions, but a module built outside
255 functions require M here.
258 tristate "CRC4 functions"
260 This option is provided for the case where no in-kernel-tree
261 modules require CRC4 functions, but a module built outside
263 functions require M here.
266 tristate "CRC7 functions"
268 This option is provided for the case where no in-kernel-tree
269 modules require CRC7 functions, but a module built outside
271 functions require M here.
274 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
278 This option is provided for the case where no in-kernel-tree
279 modules require CRC32c functions, but a module built outside the
280 kernel tree does. Such modules that use library CRC32c functions
311 This option enables the 32 bit PRNG library functions to perform a
337 Enable s390x hardware support for zlib in the kernel.
451 that (k + m*t) <= 2**m - 1.
458 Constant value for error correction capability in bits 't'.
483 Simple, embeddable, interval-tree. Can find the start of an
484 overlapping range in log(n) time and then iterate over all
490 Documentation/core-api/rbtree.rst
501 Support entries which occupy multiple consecutive indices in the
509 modify. The algorithms are non-recursive, and the trees are highly
514 Documentation/core-api/assoc_array.rst
566 # is ridiculous for the amount of code involved. Until an out-of-tree
568 # when required. Since we're ignoring out-of-tree users, there's also
573 simple text pattern matching. It originated in the ATA code
577 All drivers in the Linux kernel tree that require this function
579 are compiling an out-of tree driver which tells you that it
583 tristate "glob self-test on init"
586 This option enables a simple self-test of the glob_match
602 # Generic 64-bit atomic support is selected if needed
706 # memory-read error like x86 machine-check or ARM data-abort, and
708 # 'bytes-transferred' if that exception fires when accessing the source
730 int "Maximum number of frames in trace saved in stack depot"
750 bool "Boot-time test for lwq queuing"
752 Run boot-time test of light-weight queuing.