Searched refs:errors (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | crc32.c | 980 int errors = 0; local 1006 errors++; 1018 if (errors) 1019 pr_warn("crc32c: %d self tests failed\n", errors); 1031 int errors = 0, runs = 0; local 1049 errors++; 1055 if (errors) 1056 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); 1066 int errors = 0; local 1095 errors++; [all …]
|
D | random32.c | 267 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local 295 errors++; in prandom_state_selftest() 301 if (errors) in prandom_state_selftest() 302 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
|
D | Kconfig.kmemcheck | 57 Select the maximum number of errors to store in the queue. Since 58 errors can occur virtually anywhere and in any context, we need a
|
D | Kconfig.kgdb | 109 int "KDB: continue after catastrophic errors"
|
D | Kconfig.debug | 316 bool "Make section mismatch errors non-fatal" 615 This option provides the ability to inject artificial errors to 977 and certain other kinds of spinlock errors commonly made. This is 1458 This option provides the ability to inject artificial errors to 1470 errors to CPU notifier chain callbacks. It is controlled through 1493 This option provides the ability to inject artificial errors to 1516 This option provides the ability to inject artificial errors to 1572 This will make the mmc core return data errors. This is
|