Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 4 of 4) sorted by relevance

/lib/
DKconfig.kcsan222 additional filtering. Conflicting marked atomic reads and plain
236 bool "Enable all additional permissive rules"
239 Enable additional permissive rules to ignore certain classes of data
DKconfig.debug177 See Documentation/admin-guide/dynamic-debug-howto.rst for additional
355 additional functions are available to analyze a Linux kernel
417 additional step to occur:
628 If you say Y here, additional code will be inserted into the
651 If you say Y here, additional code will be inserted into the
659 If you say Y here, additional code will be inserted into the
673 If you say Y here, additional code will be inserted into the
889 Enable this for additional checks during memory initialisation.
935 This option enables additional error checking for the kmap_local
957 This option enables additional error checking for high memory
[all …]
DKconfig.kasan180 are checked. There is no additional memory usage.
/lib/zstd/
Dzstd_opt.h113 U32 const additional = litLength - ssPtr->cachedLitLength; in ZSTD_getLiteralPrice() local
115 price = ssPtr->cachedPrice + additional * ssPtr->log2litSum; in ZSTD_getLiteralPrice()
116 for (u = 0; u < additional; u++) in ZSTD_getLiteralPrice()