Home
last modified time | relevance | path

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

12345

/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh39 grep warning: < $F > $T/warnings
40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings
41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
/Linux-v5.4/lib/
Ddebugobjects.c1148 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1174 if (warnings != debug_objects_warnings) { in check_results()
1176 warnings, debug_objects_warnings); in check_results()
1200 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1206 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1210 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1213 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1216 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1219 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1222 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
[all …]
/Linux-v5.4/arch/x86/tools/
Dinsn_decoder_test.c117 int warnings = 0; in main() local
155 warnings++; in main()
165 if (warnings) in main()
167 "failures\n", insns, warnings); in main()
/Linux-v5.4/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c81 int warnings; in get_warnings_count() local
85 fscanf(f, "%d", &warnings); in get_warnings_count()
88 return warnings; in get_warnings_count()
/Linux-v5.4/drivers/base/test/
Dtest_async_driver_probe.c21 static atomic_t warnings, errors, timeout, async_completed; variable
50 atomic_inc(&warnings); in test_probe()
250 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init()
278 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
/Linux-v5.4/scripts/
Dkernel-doc208 my $warnings = 0;
489 ++$warnings;
1480 ++$warnings;
1532 ++$warnings;
1556 ++$warnings;
1906 ++$warnings;
1927 ++$warnings;
1958 ++$warnings;
1985 ++$warnings;
2026 ++$warnings;
[all …]
/Linux-v5.4/fs/quota/
DKconfig26 If you say Y here, quota warnings (about exceeding softlimit, reaching
31 bool "Print quota warnings to console (OBSOLETE)"
35 If you say Y here, quota warnings (about exceeding softlimit, reaching
/Linux-v5.4/tools/objtool/
Dcheck.c2227 int ret, warnings = 0; in validate_unwind_hints() local
2240 warnings += ret; in validate_unwind_hints()
2244 return warnings; in validate_unwind_hints()
2250 int warnings = 0; in validate_retpoline() local
2273 warnings++; in validate_retpoline()
2276 return warnings; in validate_retpoline()
2349 int ret, warnings = 0; in validate_functions() local
2366 warnings++; in validate_functions()
2381 warnings += ret; in validate_functions()
2385 return warnings; in validate_functions()
[all …]
/Linux-v5.4/Documentation/RCU/
Dstallwarn.txt13 warnings:
72 RCU CPU stall warnings.
75 timeout down to just barely avoid RCU CPU stall warnings, and then
83 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels.
90 This resulted in a series of RCU CPU stall warnings, eventually
94 Note that SRCU does -not- have CPU stall warnings. Please note that
96 No grace period, no CPU stall warnings.
100 If you have a series of stall warnings from a single extended stall,
150 own warnings, as this often gives better-quality stack traces.
161 warnings. A positive value sets the stall-warning interval
[all …]
/Linux-v5.4/drivers/staging/media/omap4iss/
DTODO3 * Fix checkpatch errors and warnings
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/
DTODO10 2) Fix the remaining checkpatch.pl errors and warnings.
/Linux-v5.4/drivers/staging/octeon-usb/
DTODO6 - checkpatch warnings
/Linux-v5.4/Documentation/admin-guide/
Dclearing-warn-once.rst8 clears the state and allows the warnings to print once again.
/Linux-v5.4/drivers/staging/wlan-ng/
DREADME3 - sparse warnings
/Linux-v5.4/arch/mips/
DKbuild2 # Fail on warnings - also for files referenced in subdirs
/Linux-v5.4/Documentation/hwmon/
Dltc4215.rst44 undercurrent warnings. This makes it very likely that the reference
/Linux-v5.4/drivers/staging/media/ipu3/
DTODO31 - Make sure it builds fine with no warnings with W=1
/Linux-v5.4/Documentation/process/
Ddeprecated.rst23 it `does not produce warnings during builds any more
26 warnings and no one was actually doing anything to remove these deprecated
103 attribute to avoid future compiler warnings.
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-v5.4/drivers/staging/ks7010/
DTODO24 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
/Linux-v5.4/drivers/staging/comedi/drivers/
Djr3_pci.h599 u32 warnings; /* offset 0x00f0 */ member
/Linux-v5.4/Documentation/arm64/
Dlegacy_instructions.rst26 warnings are issued. This is the default for deprecated
/Linux-v5.4/drivers/parisc/
DKconfig132 bool "PDC chassis warnings support"
136 Say Y here if you want to enable support for Chassis warnings.
/Linux-v5.4/fs/xfs/
DKconfig110 Say Y here to get an XFS build with many additional warnings.
141 result in warnings.

12345