Searched refs:WARN_ONCE (Results 201 - 225 of 659) sorted by relevance

1234567891011>>

/linux-master/drivers/net/phy/
H A Dicplus.c466 WARN_ONCE(page != IP101G_DEFAULT_PAGE, "wrong page selected\n");
/linux-master/drivers/peci/
H A Drequest.c127 WARN_ONCE(1, "Unknown PECI completion code: %#02x\n", cc);
/linux-master/kernel/
H A Dstop_machine.c520 WARN_ONCE(preempt_count(),
H A Dstatic_call_inline.c203 WARN_ONCE(!static_call_is_init(site),
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c195 WARN_ONCE(1, "PHC read err %d\n", rc);
/linux-master/kernel/trace/
H A Dtrace_event_perf.c399 if (WARN_ONCE(size > PERF_MAX_TRACE_SIZE,
/linux-master/kernel/kcsan/
H A Dreport.c343 WARN_ONCE(1, "Cannot find frame for %pS in stack trace", (void *)ip);
/linux-master/drivers/clk/tegra/
H A Dclk-tegra124-emc.c226 WARN_ONCE(1, "parent %s rate mismatch %lu %lu\n",
/linux-master/tools/perf/util/
H A Dordered-events.c301 if (WARN_ONCE(!last || list_empty(head), "empty queue"))
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c194 if (WARN_ONCE(i < 0, "Can't find any breakpoint slot"))
/linux-master/drivers/net/ethernet/sfc/
H A Def100_tx.c69 WARN_ONCE(1, "MSS of %u is too small for TSO\n", mss);
/linux-master/net/ethtool/
H A Dstrset.c202 if (WARN_ONCE(nla_type(attr) != ETHTOOL_A_STRINGSETS_STRINGSET,
/linux-master/drivers/usb/core/
H A Durb.c379 WARN_ONCE(1, "URB %pK submitted while active\n", urb);
/linux-master/arch/powerpc/kvm/
H A De500mc.c44 WARN_ONCE(1, "%s: unknown int type %d\n", __func__, type);
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c483 WARN_ONCE(ret < 0, "timeout! useirq=%d\n", useirq);
1357 WARN_ONCE(column != -1 || page_addr != -1,
1373 WARN_ONCE(column != -1,
1387 WARN_ONCE(1, "Unimplemented command (cmd=%u)\n",
/linux-master/arch/x86/kvm/vmx/
H A Dsgx.c396 WARN_ONCE(1, "unexpected exit on ENCLS[%u]", leaf);
/linux-master/drivers/fpga/
H A Dstratix10-soc.c150 WARN_ONCE(!data, "%s: stratix10_svc_rc_data = NULL", __func__);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c263 * If you hit this WARN_ONCE() you are probably missing an entry in
266 if (WARN_ONCE(!ttbr1_cfg, "No per-process page tables"))
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c246 WARN_ONCE(__supported_pte_mask & _PAGE_NX,
/linux-master/drivers/cpuidle/
H A Dcpuidle.c269 if (WARN_ONCE(!irqs_disabled(), "%ps leaked IRQ state", target_state->enter))
/linux-master/drivers/dax/
H A Dsuper.c383 WARN_ONCE(test_bit(DAXDEV_ALIVE, &dax_dev->flags),
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c63 WARN_ONCE(1, "No page table cache created for hugetlb tables");
/linux-master/arch/arm/mm/
H A Ddump.c255 WARN_ONCE(1, "arm/mm: Found insecure W+X mapping at address %pS\n",
/linux-master/arch/arm64/kernel/
H A Dmte.c96 WARN_ONCE(system_uses_mte_async_or_asymm_mode(),
/linux-master/drivers/power/supply/
H A Dmax14577_charger.c42 WARN_ONCE(1, "max14577: Unsupported chgtyp register value 0x%02x", val);

Completed in 368 milliseconds

1234567891011>>