/linux/lib/ |
A D | debugobjects.c | 1192 if (warnings != debug_objects_warnings) { in check_results() 1194 warnings, debug_objects_warnings); in check_results() 1218 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1224 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1228 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1231 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1252 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1257 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1263 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1268 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() [all …]
|
/linux/tools/testing/selftests/kvm/x86_64/ |
A D | mmio_warning_test.c | 81 int warnings; in get_warnings_count() local 85 if (fscanf(f, "%d", &warnings) < 1) in get_warnings_count() 86 warnings = 0; in get_warnings_count() 89 return warnings; in get_warnings_count()
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | parse-build.sh | 39 grep warning: < $F > $T/warnings 40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
|
/linux/scripts/ |
A D | kernel-doc | 215 my $warnings = 0; 590 ++$warnings; 1694 ++$warnings; 1746 ++$warnings; 2167 ++$warnings; 2174 ++$warnings; 2180 ++$warnings; 2190 ++$warnings; 2210 ++$warnings; 2240 ++$warnings; [all …]
|
/linux/arch/x86/tools/ |
A D | insn_decoder_test.c | 117 int warnings = 0; in main() local 157 warnings++; in main() 167 if (warnings) in main() 169 "failures\n", insns, warnings); in main()
|
/linux/drivers/base/test/ |
A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 51 atomic_inc(&warnings); in test_probe() 251 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 279 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
/linux/tools/objtool/ |
A D | check.c | 3242 return warnings; in validate_unwind_hints() 3271 warnings++; in validate_retpoline() 3274 return warnings; in validate_retpoline() 3403 return warnings; in validate_section() 3423 return warnings; in validate_vmlinux_functions() 3438 return warnings; in validate_functions() 3478 warnings += ret; in check() 3502 warnings += ret; in check() 3507 warnings += ret; in check() 3509 if (!warnings) { in check() [all …]
|
/linux/fs/quota/ |
A D | Kconfig | 26 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/Documentation/RCU/ |
A D | stallwarn.rst | 18 warnings: 77 RCU CPU stall warnings. 80 timeout down to just barely avoid RCU CPU stall warnings, and then 88 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels. 114 This resulted in a series of RCU CPU stall warnings, eventually 118 Note that SRCU does *not* have CPU stall warnings. Please note that 120 No grace period, no CPU stall warnings. 124 If you have a series of stall warnings from a single extended stall, 178 own warnings, as this often gives better-quality stack traces. 190 warnings. A positive value sets the stall-warning interval [all …]
|
/linux/Documentation/doc-guide/ |
A D | contributing.rst | 30 Addressing warnings 34 warnings. When you have that many, you might as well have none at all; 36 ones. For this reason, eliminating warnings is one of the highest-priority 44 problem; making those warnings go away requires understanding the problem 46 warnings should probably not say "fix a warning" in the changelog title; 49 Another important point is that documentation warnings are often created by 51 maintainer appreciates being copied on fixes for these warnings, the 55 For example, in a documentation build I grabbed a pair of warnings nearly 88 resulting in these doc-build warnings: 136 times, but it's highly important. If we can actually eliminate warnings
|
/linux/scripts/coccinelle/misc/ |
A D | uninitialized_var.cocci | 7 /// For any compiler warnings about uninitialized variables, just add 10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
|
/linux/fs/xfs/ |
A D | xfs_qm_syscalls.c | 259 res->warnings = warns; in xfs_setqlim_warns() 440 dst->d_ino_warns = dqp->q_ino.warnings; in xfs_qm_scall_getquota_fill_qc() 441 dst->d_spc_warns = dqp->q_blk.warnings; in xfs_qm_scall_getquota_fill_qc() 446 dst->d_rt_spc_warns = dqp->q_rtb.warnings; in xfs_qm_scall_getquota_fill_qc()
|
A D | xfs_dquot.c | 140 res->warnings = 0; in xfs_qm_adjust_res_timer() 578 dqp->q_blk.warnings = be16_to_cpu(ddqp->d_bwarns); in xfs_dquot_from_disk() 579 dqp->q_ino.warnings = be16_to_cpu(ddqp->d_iwarns); in xfs_dquot_from_disk() 580 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk() 623 ddqp->d_bwarns = cpu_to_be16(dqp->q_blk.warnings); in xfs_dquot_to_disk() 624 ddqp->d_iwarns = cpu_to_be16(dqp->q_ino.warnings); in xfs_dquot_to_disk() 625 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
|
A D | xfs_trans_dquot.c | 601 (res->warnings != 0 && res->warnings >= qlim->warn)) { in xfs_dqresv_check() 606 res->warnings++; in xfs_dqresv_check()
|
/linux/drivers/staging/media/omap4iss/ |
A D | TODO | 3 * Fix checkpatch errors and warnings
|
/linux/Documentation/process/ |
A D | submit-checklist.rst | 21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors. 27 d) Any Documentation/ changes build successfully without new warnings/errors.
|
/linux/Documentation/devicetree/bindings/display/ |
A D | allwinner,sun4i-a10-tcon.yaml | 365 * it would trigger a bunch of warnings for redefinitions of 435 * it would trigger a bunch of warnings for redefinitions of 511 * it would trigger a bunch of warnings for redefinitions of 562 * it would trigger a bunch of warnings for redefinitions of 619 * it would trigger a bunch of warnings for redefinitions of
|
A D | allwinner,sun8i-a83t-dw-hdmi.yaml | 155 * it would trigger a bunch of warnings for redefinitions of 207 * it would trigger a bunch of warnings for redefinitions of
|
A D | allwinner,sun4i-a10-display-backend.yaml | 164 * it would trigger a bunch of warnings for redefinitions of 227 * since it would trigger a bunch of warnings for redefinitions of
|
/linux/drivers/staging/vc04_services/bcm2835-audio/ |
A D | TODO | 10 2) Fix the remaining checkpatch.pl errors and warnings.
|
/linux/drivers/staging/octeon-usb/ |
A D | TODO | 6 - checkpatch warnings
|
/linux/Documentation/admin-guide/ |
A D | clearing-warn-once.rst | 8 clears the state and allows the warnings to print once again.
|
/linux/drivers/staging/wlan-ng/ |
A D | README | 3 - sparse warnings
|
/linux/arch/mips/ |
A D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
/linux/Documentation/hwmon/ |
A D | ltc4215.rst | 44 undercurrent warnings. This makes it very likely that the reference
|