Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 95) sorted by relevance

1234

/Linux-v4.19/lib/
Ddebugobjects.c976 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 …]
DKconfig.kasan30 to excessive kernel stack usage, frame size warnings and longer
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh52 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/
Dinsn_decoder_test.c125 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/
Dkernel-doc208 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/
DKconfig25 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/
Dcheck.c1979 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/
Dstallwarn.txt13 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 …]
D00-INDEX28 - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
/Linux-v4.19/drivers/staging/media/omap4iss/
DTODO3 * Fix checkpatch errors and warnings
/Linux-v4.19/Documentation/
Dclearing-warn-once.txt6 clears the state and allows the warnings to print once again.
/Linux-v4.19/drivers/staging/octeon-usb/
DTODO6 - checkpatch warnings
/Linux-v4.19/drivers/staging/wlan-ng/
DREADME3 - sparse warnings
/Linux-v4.19/arch/mips/
DKbuild1 # Fail on warnings - also for files referenced in subdirs
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
DTODO29 5) Fix the remaining checkpatch.pl errors and warnings.
/Linux-v4.19/drivers/usb/gadget/function/
Duvc.h56 if (!test_and_set_bit(warn, &dev->warnings)) \
/Linux-v4.19/Documentation/hwmon/
Dltc421538 undercurrent warnings. This makes it very likely that the reference
/Linux-v4.19/drivers/staging/ks7010/
DTODO24 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
/Linux-v4.19/Documentation/process/
Dsubmit-checklist.rst21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
D4.Coding.rst236 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/
DKconfig.debug159 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/
Djr3_pci.h599 u32 warnings; /* offset 0x00f0 */ member
/Linux-v4.19/Documentation/arm64/
Dlegacy_instructions.txt20 warnings are issued. This is the default for deprecated
/Linux-v4.19/fs/xfs/
DKconfig110 Say Y here to get an XFS build with many additional warnings.
141 result in warnings.
/Linux-v4.19/drivers/parisc/
DKconfig153 bool "PDC chassis warnings support"
157 Say Y here if you want to enable support for Chassis warnings.

1234