| /Linux-v5.10/include/linux/ |
| D | regmap.h | 1468 WARN_ONCE(1, "regmap API is disabled"); in regmap_write() 1475 WARN_ONCE(1, "regmap API is disabled"); in regmap_write_async() 1482 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write() 1489 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write_async() 1496 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_write() 1503 WARN_ONCE(1, "regmap API is disabled"); in regmap_bulk_write() 1510 WARN_ONCE(1, "regmap API is disabled"); in regmap_read() 1517 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_read() 1524 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_read() 1531 WARN_ONCE(1, "regmap API is disabled"); in regmap_bulk_read() [all …]
|
| D | min_heap.h | 84 if (WARN_ONCE(heap->nr <= 0, "Popping an empty heap")) in min_heap_pop() 116 if (WARN_ONCE(heap->nr >= heap->size, "Pushing on a full heap")) in min_heap_push()
|
| /Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
| D | d11.c | 120 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11n_decchspec() 132 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11n_decchspec() 159 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11ac_decchspec() 180 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11ac_decchspec() 214 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11ac_decchspec() 220 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11ac_decchspec() 232 WARN_ONCE(1, "Invalid chanspec 0x%04x\n", ch->chspec); in brcmu_d11ac_decchspec()
|
| /Linux-v5.10/drivers/base/ |
| D | syscore.c | 59 WARN_ONCE(!irqs_disabled(), in syscore_suspend() 68 WARN_ONCE(!irqs_disabled(), in syscore_suspend() 96 WARN_ONCE(!irqs_disabled(), in syscore_resume() 103 WARN_ONCE(!irqs_disabled(), in syscore_resume()
|
| /Linux-v5.10/arch/arm/mach-omap2/ |
| D | cm_common.c | 70 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in cm_split_idlest_reg() 98 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_wait_module_ready() 124 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_wait_module_idle() 147 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_module_enable() 169 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_module_disable() 181 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_xlate_clkctrl()
|
| D | prm_common.c | 377 WARN_ONCE(1, "prm: %s: no mapping function defined for reset sources\n", __func__); in prm_read_reset_sources() 401 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in prm_was_any_context_lost_old() 423 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in prm_clear_context_loss_flags_old() 439 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_assert_hardreset() 462 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_deassert_hardreset() 483 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_is_hardreset_asserted() 515 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_reset_system() 541 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_clear_mod_irqs() 558 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_vp_check_txdone() 575 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_vp_clear_txdone()
|
| /Linux-v5.10/scripts/coccinelle/misc/ |
| D | warn.cocci | 84 cocci.print_main("printk + WARN_ON_ONCE can be just WARN_ONCE",p) 90 msg = "SUGGESTION: printk + WARN_ON_ONCE can be just WARN_ONCE" 99 +WARN_ONCE(1, 109 WARN_ONCE(1,es);
|
| /Linux-v5.10/Documentation/translations/zh_CN/admin-guide/ |
| D | clearing-warn-once.rst | 1 清除 WARN_ONCE 4 WARN_ONCE / WARN_ON_ONCE / printk_once 仅仅打印一次消息.
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | clearing-warn-once.rst | 1 Clearing WARN_ONCE 4 WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | intel_runtime_pm.h | 98 WARN_ONCE(rpm->suspended, in assert_rpm_device_not_suspended() 106 WARN_ONCE(!intel_rpm_raw_wakeref_count(wakeref_count), in __assert_rpm_raw_wakeref_held() 114 WARN_ONCE(!intel_rpm_wakelock_count(wakeref_count), in __assert_rpm_wakelock_held()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | cacheinfo.c | 170 WARN_ONCE(iter->next_local == cache, in release_cache_debugcheck() 197 WARN_ONCE(cpumask_test_cpu(cpu, &next->shared_cpu_map), in cache_cpu_set() 404 WARN_ONCE(cache && cache->level != level, in cache_lookup_or_instantiate() 428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 436 WARN_ONCE(cache->level != 1, in do_subsidiary_caches_debugcheck() 440 WARN_ONCE(!of_node_is_type(cache->ofnode, "cpu"), in do_subsidiary_caches_debugcheck() 475 WARN_ONCE(!cpu_node, "no OF node found for CPU %i\n", cpu_id); in cache_chain_instantiate() 499 WARN_ONCE(!dev, "no dev for CPU %i\n", cpu_id); in cacheinfo_create_cache_dir() 843 WARN_ONCE(!cpu_node, "no OF node found for CPU %i\n", cpu_id); in cache_lookup_by_cpu() 885 WARN_ONCE(!cpumask_test_cpu(cpu, &cache->shared_cpu_map), in cache_cpu_clear()
|
| /Linux-v5.10/tools/perf/util/ |
| D | cloexec.c | 68 WARN_ONCE(err != EINVAL && err != EBUSY && err != EACCES, in perf_flag_probe() 86 if (WARN_ONCE(fd < 0 && err != EBUSY && err != EACCES, in perf_flag_probe()
|
| /Linux-v5.10/lib/ |
| D | refcount.c | 11 #define REFCOUNT_WARN(str) WARN_ONCE(1, "refcount_t: " str ".\n") 87 WARN_ONCE(new > val, "refcount_t: underflow; use-after-free.\n"); in refcount_dec_not_one()
|
| /Linux-v5.10/arch/x86/mm/ |
| D | extable.c | 65 WARN_ONCE(1, "Bad FPU state detected at %pB, reinitializing FPU registers.", in ex_handler_fprestore() 78 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess() 89 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
|
| D | kmmio.c | 194 WARN_ONCE(f->armed, KERN_ERR pr_fmt("kmmio page already armed.\n")); in arm_kmmio_fault_page() 200 WARN_ONCE(ret < 0, KERN_ERR pr_fmt("arming at 0x%08lx failed.\n"), in arm_kmmio_fault_page() 210 WARN_ONCE(ret < 0, in disarm_kmmio_fault_page() 619 WARN_ONCE(!list_empty(&kmmio_page_table[i]), in kmmio_cleanup()
|
| /Linux-v5.10/include/net/ |
| D | mac802154.h | 274 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_dst_pan() 327 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan() 333 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan()
|
| /Linux-v5.10/arch/arm/kernel/ |
| D | perf_event_v6.c | 231 WARN_ONCE(1, "invalid counter number (%d)\n", counter); in armv6_pmcr_counter_has_overflowed() 249 WARN_ONCE(1, "invalid counter number (%d)\n", counter); in armv6pmu_read_counter() 266 WARN_ONCE(1, "invalid counter number (%d)\n", counter); in armv6pmu_write_counter() 289 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in armv6pmu_enable_event() 438 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in armv6pmu_disable_event() 470 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in armv6mpcore_pmu_disable_event()
|
| D | perf_event_xscale.c | 138 WARN_ONCE(1, "invalid counter number (%d)\n", counter); in xscale1_pmnc_counter_has_overflowed() 228 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in xscale1pmu_enable_event() 262 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in xscale1pmu_disable_event() 490 WARN_ONCE(1, "invalid counter number (%d)\n", counter); in xscale2_pmnc_counter_has_overflowed() 586 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in xscale2pmu_enable_event() 637 WARN_ONCE(1, "invalid counter number (%d)\n", idx); in xscale2pmu_disable_event()
|
| /Linux-v5.10/net/core/ |
| D | dst.c | 175 if (WARN_ONCE(newrefcnt < 0, "dst_release underflow")) in dst_release() 190 if (WARN_ONCE(newrefcnt < 0, "dst_release_immediate underflow")) in dst_release_immediate() 246 WARN_ONCE(1, "Attempting to call output on metadata dst\n"); in dst_md_discard_out() 253 WARN_ONCE(1, "Attempting to call input on metadata dst\n"); in dst_md_discard()
|
| /Linux-v5.10/arch/x86/kernel/fpu/ |
| D | xstate.c | 221 WARN_ONCE(unsup_bits, "x86/fpu: Found unsupported supervisor xstates: 0x%llx\n", in fpu__init_cpu_xstate() 294 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_features() 346 WARN_ONCE(1, "Checking alignment of disabled xfeature %d\n", in xfeature_is_aligned() 485 WARN_ONCE(1, "No fixed offset for xstate %d\n", xfeature_nr); in xfeature_uncompacted_offset() 562 if (WARN_ONCE(x, "XSAVE consistency problem, dumping leaves")) { \ 569 WARN_ONCE(sz != sizeof(__struct), \ 609 WARN_ONCE(1, "no structure for xstate: %d\n", nr); in check_xstate_against_struct() 938 WARN_ONCE(!(xfeatures_mask_all & BIT_ULL(xfeature_nr)), in get_xsave_addr()
|
| /Linux-v5.10/kernel/ |
| D | iomem.c | 81 WARN_ONCE(1, "memremap attempted on mixed range %pa size: %#lx\n", in memremap() 107 WARN_ONCE(1, "memremap attempted on ram %pa size: %#lx\n", in memremap()
|
| /Linux-v5.10/arch/s390/pci/ |
| D | pci_bus.c | 228 WARN_ONCE(1, "zbus is not multifunction\n"); in zpci_bus_device_register() 232 WARN_ONCE(1, "rid_available not set for multifunction\n"); in zpci_bus_device_register() 240 WARN_ONCE(1, "rid_available not set on function 0 for multifunction\n"); in zpci_bus_device_register()
|
| /Linux-v5.10/drivers/soc/tegra/ |
| D | flowctrl.c | 40 if (WARN_ONCE(IS_ERR_OR_NULL(tegra_flowctrl_base), in flowctrl_update() 55 if (WARN_ONCE(IS_ERR_OR_NULL(tegra_flowctrl_base), in flowctrl_read_cpu_csr()
|
| /Linux-v5.10/mm/ |
| D | memremap.c | 167 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n"); in memunmap_pages() 192 if (WARN_ONCE(pgmap_altmap(pgmap) && range_id > 0, in pagemap_range() 214 WARN_ONCE(1, "attempted on %s region %#llx-%#llx\n", in pagemap_range() 308 if (WARN_ONCE(!nr_range, "nr_range must be specified\n")) in memremap_pages()
|
| /Linux-v5.10/drivers/net/wireless/mediatek/mt7601u/ |
| D | usb.c | 130 WARN_ONCE(offset > USHRT_MAX, "read high off:%08x", offset); in __mt7601u_rr() 182 WARN_ONCE(offset > USHRT_MAX, "write high off:%08x", offset); in mt7601u_wr() 215 WARN_ONCE(offset & 3, "unaligned write copy off:%08x", offset); in mt7601u_wr_copy() 216 WARN_ONCE(len & 3, "short write copy off:%08x", offset); in mt7601u_wr_copy()
|