/Linux-v4.19/lib/ |
D | debugobjects.c | 976 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1002 if (warnings != debug_objects_warnings) { in check_results() 1004 warnings, debug_objects_warnings); in check_results() 1028 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1034 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1038 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1041 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1044 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1047 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1050 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
D | Kconfig.kasan | 30 to excessive kernel stack usage, frame size warnings and longer
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | parse-build.sh | 52 grep warning: < $F > $T/warnings 53 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 54 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
|
/Linux-v4.19/arch/x86/tools/ |
D | insn_decoder_test.c | 125 int warnings = 0; in main() local 163 warnings++; in main() 173 if (warnings) in main() 175 "failures\n", insns, warnings); in main()
|
/Linux-v4.19/scripts/ |
D | kernel-doc | 208 my $warnings = 0; 489 ++$warnings; 1479 ++$warnings; 1531 ++$warnings; 1555 ++$warnings; 1904 ++$warnings; 1925 ++$warnings; 1956 ++$warnings; 1983 ++$warnings; 2024 ++$warnings; [all …]
|
/Linux-v4.19/fs/quota/ |
D | Kconfig | 25 If you say Y here, quota warnings (about exceeding softlimit, reaching 30 bool "Print quota warnings to console (OBSOLETE)" 34 If you say Y here, quota warnings (about exceeding softlimit, reaching
|
/Linux-v4.19/tools/objtool/ |
D | check.c | 1979 int ret, warnings = 0; in validate_unwind_hints() local 1990 warnings += ret; in validate_unwind_hints() 1994 return warnings; in validate_unwind_hints() 2000 int warnings = 0; in validate_retpoline() local 2023 warnings++; in validate_retpoline() 2026 return warnings; in validate_retpoline() 2099 int ret, warnings = 0; in validate_functions() local 2118 warnings += ret; in validate_functions() 2122 return warnings; in validate_functions() 2163 int ret, warnings = 0; in check() local [all …]
|
/Linux-v4.19/Documentation/RCU/ |
D | stallwarn.txt | 13 warnings: 69 RCU CPU stall warnings. 72 timeout down to just barely avoid RCU CPU stall warnings, and then 80 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels. 87 This resulted in a series of RCU CPU stall warnings, eventually 91 warning. Note that SRCU does -not- have CPU stall warnings. Please note 93 No grace period, no CPU stall warnings. 97 If you have a series of stall warnings from a single extended stall, 147 own warnings, as this often gives better-quality stack traces. 158 warnings. A positive value sets the stall-warning interval [all …]
|
D | 00-INDEX | 28 - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | TODO | 3 * Fix checkpatch errors and warnings
|
/Linux-v4.19/Documentation/ |
D | clearing-warn-once.txt | 6 clears the state and allows the warnings to print once again.
|
/Linux-v4.19/drivers/staging/octeon-usb/ |
D | TODO | 6 - checkpatch warnings
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | README | 3 - sparse warnings
|
/Linux-v4.19/arch/mips/ |
D | Kbuild | 1 # Fail on warnings - also for files referenced in subdirs
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | TODO | 29 5) Fix the remaining checkpatch.pl errors and warnings.
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc.h | 56 if (!test_and_set_bit(warn, &dev->warnings)) \
|
/Linux-v4.19/Documentation/hwmon/ |
D | ltc4215 | 38 undercurrent warnings. This makes it very likely that the reference
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | TODO | 24 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
|
/Linux-v4.19/Documentation/process/ |
D | submit-checklist.rst | 21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
|
D | 4.Coding.rst | 236 The first step is simply to heed the warnings produced by the compiler. 238 potential errors. Quite often, these warnings point to real problems. 240 warnings. When silencing warnings, take care to understand the real cause 244 Note that not all compiler warnings are enabled by default. Build the 253 extra set of warnings for problems like the use of deprecated interfaces 255 generated by these warnings can be verbose, but one need not worry about 256 warnings from other parts of the kernel.
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 159 bool "Enable extra debug warnings for vblank evasion" 163 Choose this option to turn on extra debug warnings for the
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
/Linux-v4.19/Documentation/arm64/ |
D | legacy_instructions.txt | 20 warnings are issued. This is the default for deprecated
|
/Linux-v4.19/fs/xfs/ |
D | Kconfig | 110 Say Y here to get an XFS build with many additional warnings. 141 result in warnings.
|
/Linux-v4.19/drivers/parisc/ |
D | Kconfig | 153 bool "PDC chassis warnings support" 157 Say Y here if you want to enable support for Chassis warnings.
|