Home
last modified time | relevance | path

Searched refs:WARN_ONCE (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/linux/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h29 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_exit()
49 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_ioctl()
71 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_poll()
86 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_argc()
96 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_argv_size()
106 WARN_ONCE(1, "%s: not implemented\n", __func__); in simc_argv()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dd11.c120 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/include/sound/
H A Dhda-sdw-bpt.h43 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_open()
50 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_send_async()
57 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_wait()
67 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_close()
/linux/include/linux/soundwire/
H A Dsdw.h1131 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_add_slave()
1138 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_remove_slave()
1144 WARN_ONCE(1, "SoundWire API is disabled"); in of_sdw_find_device_by_node()
1150 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_slave_get_current_bank()
1157 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read()
1163 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write()
1169 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write_no_pm()
1175 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read_no_pm()
1181 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread()
1187 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread_no_pm()
[all …]
/linux/drivers/base/
H A Dsyscore.c59 WARN_ONCE(!irqs_disabled(), in syscore_suspend()
68 WARN_ONCE(!irqs_disabled(), in syscore_suspend()
98 WARN_ONCE(!irqs_disabled(), in syscore_resume()
105 WARN_ONCE(!irqs_disabled(), in syscore_resume()
/linux/arch/arm/mach-omap2/
H A Dcm_common.c57 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in cm_split_idlest_reg()
85 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_wait_module_ready()
111 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_wait_module_idle()
134 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_module_enable()
156 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_module_disable()
168 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in omap_cm_xlate_clkctrl()
H A Dprm_common.c372 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in prm_was_any_context_lost_old()
394 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in prm_clear_context_loss_flags_old()
410 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_assert_hardreset()
433 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_deassert_hardreset()
454 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_is_hardreset_asserted()
470 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_reset_system()
496 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_clear_mod_irqs()
514 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_vp_check_txdone()
532 WARN_ONCE(1, "prm: %s: no mapping function defined\n", in omap_prm_vp_clear_txdone()
/linux/scripts/coccinelle/misc/
H A Dwarn.cocci84 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/Documentation/translations/zh_CN/admin-guide/
H A Dclearing-warn-once.rst1 清除 WARN_ONCE
4 WARN_ONCE / WARN_ON_ONCE / printk_once 仅仅打印一次消息.
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dclearing-warn-once.rst7 清除 WARN_ONCE
10 WARN_ONCE / WARN_ON_ONCE / printk_once 僅僅打印一次消息.
/linux/Documentation/admin-guide/
H A Dclearing-warn-once.rst1 Clearing WARN_ONCE
4 WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
/linux/lib/
H A Drcuref.c214 if (WARN_ONCE(cnt > RCUREF_MAXREF, "rcuref saturated - leaking memory")) in rcuref_get_slowpath()
266 if (WARN_ONCE(cnt >= RCUREF_RELEASED, "rcuref - imbalanced put()")) { in rcuref_put_slowpath()
H A Drefcount.c11 #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/arch/powerpc/kernel/
H A Dcacheinfo.c173 WARN_ONCE(iter->next_local == cache, in release_cache_debugcheck()
200 WARN_ONCE(cpumask_test_cpu(cpu, &next->shared_cpu_map), in cache_cpu_set()
413 WARN_ONCE(cache && cache->level != level, in cache_lookup_or_instantiate()
437 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists()
445 WARN_ONCE(cache->level != 1, in do_subsidiary_caches_debugcheck()
449 WARN_ONCE(!of_node_is_type(cache->ofnode, "cpu"), in do_subsidiary_caches_debugcheck()
510 WARN_ONCE(!cpu_node, "no OF node found for CPU %i\n", cpu_id); in cache_chain_instantiate()
536 WARN_ONCE(!dev, "no dev for CPU %i\n", cpu_id); in cacheinfo_create_cache_dir()
854 WARN_ONCE(!cpu_node, "no OF node found for CPU %i\n", cpu_id); in cache_lookup_by_cpu()
897 WARN_ONCE(!cpumask_test_cpu(cpu, &cache->shared_cpu_map), in cache_cpu_clear()
/linux/tools/perf/util/
H A Dcloexec.c55 WARN_ONCE(err != EINVAL && err != EBUSY && err != EACCES, in perf_flag_probe()
73 if (WARN_ONCE(fd < 0 && err != EBUSY && err != EACCES, in perf_flag_probe()
/linux/include/net/
H A Dmac802154.h270 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_dst_pan()
323 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan()
329 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan()
/linux/include/linux/
H A Dalloc_tag.h157 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check()
161 WARN_ONCE(!tag, "current->alloc_tag not set\n"); in alloc_tag_add_check()
166 WARN_ONCE(ref && !ref->ct, "alloc_tag was not set\n"); in alloc_tag_sub_check()
/linux/mm/
H A Dmemremap.c128 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n"); in memunmap_pages()
152 if (WARN_ONCE(pgmap_altmap(pgmap) && range_id > 0, in pagemap_range()
174 WARN_ONCE(1, "attempted on %s region %#llx-%#llx\n", in pagemap_range()
276 if (WARN_ONCE(!nr_range, "nr_range must be specified\n")) in memremap_pages()
278 if (WARN_ONCE(pgmap->vmemmap_shift > MAX_FOLIO_ORDER, in memremap_pages()
/linux/drivers/power/reset/
H A Dtdx-ec-poweroff.c86 WARN_ONCE(1, "Unable to power off system\n"); in tdx_ec_power_off()
103 WARN_ONCE(1, "Unable to restart system\n"); in tdx_ec_restart()
/linux/drivers/soc/tegra/
H A Dflowctrl.c40 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/arch/x86/mm/
H A Dkmmio.c200 WARN_ONCE(f->armed, KERN_ERR pr_fmt("kmmio page already armed.\n")); in arm_kmmio_fault_page()
206 WARN_ONCE(ret < 0, KERN_ERR pr_fmt("arming at 0x%08lx failed.\n"), in arm_kmmio_fault_page()
216 WARN_ONCE(ret < 0, in disarm_kmmio_fault_page()
629 WARN_ONCE(!list_empty(&kmmio_page_table[i]), in kmmio_cleanup()
/linux/kernel/locking/
H A Dirqflag-debug.c10 WARN_ONCE(1, "raw_local_irq_restore() called with IRQs enabled\n"); in warn_bogus_irq_restore()
/linux/kernel/trace/
H A Dtrace_kprobe.c2119 if (WARN_ONCE(ret, "error on probing function entry.")) { in kprobe_trace_self_tests_init()
2124 if (WARN_ONCE(tk == NULL, "error on probing function entry.")) { in kprobe_trace_self_tests_init()
2128 if (WARN_ONCE(file == NULL, "error on getting probe file.")) { in kprobe_trace_self_tests_init()
2137 if (WARN_ONCE(ret, "error on probing function return.")) { in kprobe_trace_self_tests_init()
2142 if (WARN_ONCE(tk == NULL, "error on getting 2nd new probe.")) { in kprobe_trace_self_tests_init()
2146 if (WARN_ONCE(file == NULL, "error on getting probe file.")) { in kprobe_trace_self_tests_init()
2169 if (WARN_ONCE(tk == NULL, "error on getting test probe.")) { in kprobe_trace_self_tests_init()
2172 if (WARN_ONCE(trace_kprobe_nhit(tk) != 1, in kprobe_trace_self_tests_init()
2177 if (WARN_ONCE(file == NULL, "error on getting probe file.")) { in kprobe_trace_self_tests_init()
2185 if (WARN_ONCE(tk == NULL, "error on getting 2nd test probe.")) { in kprobe_trace_self_tests_init()
[all …]
/linux/drivers/clk/ingenic/
H A Dtcu.c130 WARN_ONCE(ret < 0, "Unable to read TCSR %d", tcu_clk->idx); in ingenic_tcu_get_parent()
146 WARN_ONCE(ret < 0, "Unable to update TCSR %d", tcu_clk->idx); in ingenic_tcu_set_parent()
163 WARN_ONCE(ret < 0, "Unable to read TCSR %d", tcu_clk->idx); in ingenic_tcu_recalc_rate()
212 WARN_ONCE(ret < 0, "Unable to update TCSR %d", tcu_clk->idx); in ingenic_tcu_set_rate()
/linux/include/rv/
H A Dinstrumentation.h19 WARN_ONCE(register_trace_##tp(rv_handler, NULL), \

12345678910>>...18