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
30 converting bitfields between a CPU-usable representation and a
32 - Is little endian (bytes are reversed within a 32-bit group)
33 - The least-significant 32-bit word comes first (within a 64-bit
35 - The most significant bit of a byte is at its right (bit 0 of a
38 in the data sheets of the peripherals they are in control of.
40 When in doubt, say N.
49 This option enables the use of hardware bit-reversal instructions on
89 bool "Access I/O in non-MMIO mode"
93 hosts which can not be accessed in MMIO mode. Using the logical PIO
94 mechanism, the host-local I/O resource can be mapped into system
96 system can access the I/O devices with the mapped-logic PIO through
102 When in doubt, say N.
110 tristate "CRC-CCITT functions"
112 This option is provided for the case where no in-kernel-tree
113 modules require CRC-CCITT functions, but a module built outside
114 the kernel tree does. Such modules that use library CRC-CCITT
115 functions require M here.
118 tristate "CRC16 functions"
120 This option is provided for the case where no in-kernel-tree
121 modules require CRC16 functions, but a module built outside
123 functions require M here.
130 This option is only needed if a module that's not in the
135 tristate "CRC ITU-T V.41 functions"
137 This option is provided for the case where no in-kernel-tree
138 modules require CRC ITU-T V.41 functions, but a module built outside
139 the kernel tree does. Such modules that use library CRC ITU-T V.41
140 functions require M here.
143 tristate "CRC32/CRC32c functions"
147 This option is provided for the case where no in-kernel-tree
148 modules require CRC32/CRC32c functions, but a module built outside
150 functions require M here.
156 This option enables the CRC32 library functions to perform a
209 tristate "CRC64 functions"
211 This option is provided for the case where no in-kernel-tree
212 modules require CRC64 functions, but a module built outside
214 functions require M here.
217 tristate "CRC4 functions"
219 This option is provided for the case where no in-kernel-tree
220 modules require CRC4 functions, but a module built outside
222 functions require M here.
225 tristate "CRC7 functions"
227 This option is provided for the case where no in-kernel-tree
228 modules require CRC7 functions, but a module built outside
230 functions require M here.
233 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
237 This option is provided for the case where no in-kernel-tree
238 modules require CRC32c functions, but a module built outside the
239 kernel tree does. Such modules that use library CRC32c functions
270 This option enables the 32 bit PRNG library functions to perform a
296 Enable s390x hardware support for zlib in the kernel.
405 that (k + m*t) <= 2**m - 1.
412 Constant value for error correction capability in bits 't'.
437 Simple, embeddable, interval-tree. Can find the start of an
438 overlapping range in log(n) time and then iterate over all
444 Documentation/core-api/rbtree.rst
451 Support entries which occupy multiple consecutive indices in the
459 modify. The algorithms are non-recursive, and the trees are highly
464 Documentation/core-api/assoc_array.rst
507 # is ridiculous for the amount of code involved. Until an out-of-tree
509 # when required. Since we're ignoring out-of-tree users, there's also
514 simple text pattern matching. It originated in the ATA code
518 All drivers in the Linux kernel tree that require this function
520 are compiling an out-of tree driver which tells you that it
524 tristate "glob self-test on init"
527 This option enables a simple self-test of the glob_match
543 # Generic 64-bit atomic support is selected if needed
643 # memory-read error like x86 machine-check or ARM data-abort, and
645 # 'bytes-transferred' if that exception fires when accessing the source
668 tristate "Test string functions"