Lines Matching +full:out +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
51 please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
62 This option enables the use of hardware bit-reversal instructions on
102 bool "Access I/O in non-MMIO mode"
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
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.
181 tristate "CRC ITU-T V.41 functions"
183 This option is provided for the case where no in-kernel-tree
184 modules require CRC ITU-T V.41 functions, but a module built outside
185 the kernel tree does. Such modules that use library CRC ITU-T V.41
186 functions require M here.
189 tristate "CRC32/CRC32c functions"
193 This option is provided for the case where no in-kernel-tree
194 modules require CRC32/CRC32c functions, but a module built outside
196 functions require M here.
206 tristate "CRC64 functions"
208 This option is provided for the case where no in-kernel-tree
209 modules require CRC64 functions, but a module built outside
211 functions require M here.
214 tristate "CRC4 functions"
216 This option is provided for the case where no in-kernel-tree
217 modules require CRC4 functions, but a module built outside
219 functions require M here.
222 tristate "CRC7 functions"
224 This option is provided for the case where no in-kernel-tree
225 modules require CRC7 functions, but a module built outside
227 functions require M here.
230 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
248 architecture-optimized implementations of any CRC variants that are
274 This option enables the 32 bit PRNG library functions to perform a
414 that (k + m*t) <= 2**m - 1.
446 Simple, embeddable, interval-tree. Can find the start of an
453 Documentation/core-api/rbtree.rst
472 modify. The algorithms are non-recursive, and the trees are highly
477 Documentation/core-api/assoc_array.rst
529 # is ridiculous for the amount of code involved. Until an out-of-tree
531 # when required. Since we're ignoring out-of-tree users, there's also
542 are compiling an out-of tree driver which tells you that it
546 tristate "glob self-test on init"
549 This option enables a simple self-test of the glob_match
565 # Generic 64-bit atomic support is selected if needed
669 # memory-read error like x86 machine-check or ARM data-abort, and
671 # 'bytes-transferred' if that exception fires when accessing the source
713 bool "Boot-time test for lwq queuing"
715 Run boot-time test of light-weight queuing.