| /kernel/linux/linux-6.6/tools/objtool/ |
| H A D | check.c | 3808 int warnings = 0; in validate_unwind_hints() local 3817 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 3820 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 3823 return warnings; in validate_unwind_hints() 3943 int ret, warnings = 0; in validate_unrets() local 3954 warnings += ret; in validate_unrets() 3957 return warnings; in validate_unrets() 3963 int warnings = 0; in validate_retpoline() local 3987 warnings++; in validate_retpoline() 3990 return warnings; in validate_retpoline() 4214 int warnings = 0; validate_section() local 4232 int warnings = 0; validate_noinstr_sections() local 4258 int warnings = 0; validate_functions() local 4299 int warnings = 0; validate_ibt_insn() local 4424 int warnings = 0; validate_ibt() local 4472 int warnings = 0; validate_sls() local 4535 int warnings = 0; validate_reachable_instructions() local 4667 int ret, warnings = 0; check() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
| H 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H 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()
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | debugobjects.c | 1026 seq_printf(m, "warnings :%d\n", debug_objects_warnings); in debug_stats_show() 1154 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1180 if (warnings != debug_objects_warnings) { in check_results() 1181 WARN(1, KERN_ERR "ODEBUG: selftest warnings failed %d != %d\n", in check_results() 1182 warnings, debug_objects_warnings); in check_results() 1206 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1212 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1216 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1219 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1222 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | debugobjects.c | 1034 seq_printf(m, "warnings :%d\n", debug_objects_warnings); in debug_stats_show() 1162 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1188 if (warnings != debug_objects_warnings) { in check_results() 1189 WARN(1, KERN_ERR "ODEBUG: selftest warnings failed %d != %d\n", in check_results() 1190 warnings, debug_objects_warnings); in check_results() 1214 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1220 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1224 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1227 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1230 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() [all...] |
| /kernel/linux/linux-5.10/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 117 int warnings = 0; in main() local 155 warnings++; in main() 165 if (warnings) in main() 167 "failures\n", insns, warnings); in main()
|
| /kernel/linux/linux-6.6/arch/x86/tools/ |
| H 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()
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| H A D | check.c | 3114 int ret, warnings = 0; in validate_unwind_hints() local 3134 warnings += ret; in validate_unwind_hints() 3140 return warnings; in validate_unwind_hints() 3152 int ret, warnings = 0; in validate_entry() local 3255 return warnings; in validate_entry() 3265 int ret, warnings = 0; in validate_unret() local 3276 warnings += ret; in validate_unret() 3279 return warnings; in validate_unret() 3285 int warnings = 0; in validate_retpoline() local 3317 warnings in validate_retpoline() 3434 int warnings = 0; validate_section() local 3452 int warnings = 0; validate_vmlinux_functions() local 3472 int warnings = 0; validate_functions() local 3504 int ret, warnings = 0; check() local [all...] |
| /kernel/linux/linux-5.10/drivers/base/test/ |
| H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 51 atomic_inc(&warnings); in test_probe() 244 * Otherwise if they completed without errors or warnings then in test_async_probe_init() 251 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 271 * errors or warnings being reported by the probe routine. in test_async_probe_init() 278 pr_err("Test failed with %d errors and %d warnings\n", in test_async_probe_init() 279 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
| /kernel/linux/linux-6.6/drivers/base/test/ |
| H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 51 atomic_inc(&warnings); in test_probe() 240 * Otherwise if they completed without errors or warnings then in test_async_probe_init() 247 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 267 * errors or warnings being reported by the probe routine. in test_async_probe_init() 274 pr_err("Test failed with %d errors and %d warnings\n", in test_async_probe_init() 275 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | kernel-doc | 4 use warnings; 57 -none Do not output documentation, only warnings. 88 -v Verbose output, more warnings and other information. 90 -Werror Treat warnings as errors. 215 my $warnings = 0; 579 ++$warnings; 1641 ++$warnings; 1693 ++$warnings; 1717 ++$warnings; 1810 # This check emits a lot of warnings a [all...] |
| H A D | cleanfile | 8 use warnings;
|
| H A D | cleanpatch | 8 use warnings;
|
| /kernel/linux/linux-6.6/tools/rcu/ |
| H A D | extract-stall.sh | 5 echo Extract any RCU CPU stall warnings present in specified file.
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | kernel-doc | 4 use warnings; 59 my $warnings = 0; 454 ++$warnings; 1774 # This check emits a lot of warnings at the moment, because many 1776 # of warnings goes sufficiently down, the check is only performed in 2403 if ($verbose && $warnings) { 2404 print STDERR "$warnings warnings\n"; 2407 if ($Werror && $warnings) { 2408 print STDERR "$warnings warning [all...] |
| H A D | cleanfile | 8 use warnings;
|
| H A D | cleanpatch | 8 use warnings;
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| H A D | xfs_qm_syscalls.c | 475 res->warnings = warns; in xfs_setqlim_warns() 552 * Update quota limits, warnings, and timers, and the defaults in xfs_qm_scall_setqlim() 557 * Update warnings counter(s) if requested. in xfs_qm_scall_setqlim() 562 * done, above), and for warnings. in xfs_qm_scall_setqlim() 656 dst->d_ino_warns = dqp->q_ino.warnings; in xfs_qm_scall_getquota_fill_qc() 657 dst->d_spc_warns = dqp->q_blk.warnings; in xfs_qm_scall_getquota_fill_qc() 662 dst->d_rt_spc_warns = dqp->q_rtb.warnings; in xfs_qm_scall_getquota_fill_qc()
|
| H A D | xfs_dquot.c | 140 res->warnings = 0; in xfs_qm_adjust_res_timer() 154 * In contrast, warnings are a little different in that they don't 572 dqp->q_blk.warnings = be16_to_cpu(ddqp->d_bwarns); in xfs_dquot_from_disk() 573 dqp->q_ino.warnings = be16_to_cpu(ddqp->d_iwarns); in xfs_dquot_from_disk() 574 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk() 617 ddqp->d_bwarns = cpu_to_be16(dqp->q_blk.warnings); in xfs_dquot_to_disk() 618 ddqp->d_iwarns = cpu_to_be16(dqp->q_ino.warnings); in xfs_dquot_to_disk() 619 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
|
| H A D | xfs_dquot.h | 49 * For root dquots, this is the maximum number of warnings that will 51 * warnings issued against this quota. Note that none of this is 54 xfs_qwarncnt_t warnings; member
|
| H A D | xfs_qm.c | 561 * Timers and warnings have been already set, let's just set the in xfs_qm_set_defquota() 605 * The warnings and timers set the grace period given to in xfs_qm_init_timelimits() 615 if (dqp->q_blk.warnings) in xfs_qm_init_timelimits() 616 defq->blk.warn = dqp->q_blk.warnings; in xfs_qm_init_timelimits() 617 if (dqp->q_ino.warnings) in xfs_qm_init_timelimits() 618 defq->ino.warn = dqp->q_ino.warnings; in xfs_qm_init_timelimits() 619 if (dqp->q_rtb.warnings) in xfs_qm_init_timelimits() 620 defq->rtb.warn = dqp->q_rtb.warnings; in xfs_qm_init_timelimits() 863 * output any warnings because it's perfectly possible to in xfs_qm_reset_dqcounts()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| H A D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| H A D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
| /kernel/linux/linux-6.6/tools/scripts/ |
| H A D | utilities.mak | 186 # was to check the flex version to see if we can use compiler warnings as 196 # check the flex version to see if we can use compiler warnings as errors for
|
| /kernel/linux/linux-6.6/rust/alloc/ |
| H A D | lib.rs | 71 test(no_crate_inject, attr(allow(unused_variables), deny(warnings)))
|