Searched refs:WARN_ONCE (Results 126 - 150 of 652) sorted by relevance

1234567891011>>

/linux-master/kernel/rcu/
H A Drefscale.c664 WARN_ONCE(a != b, "Re-read of ->a changed from %u to %u.\n", a, b);
1125 if (WARN_ONCE(loops <= 0, "%s: loops = %ld, adjusted to 1\n", __func__, loops))
1127 if (WARN_ONCE(nreaders <= 0, "%s: nreaders = %d, adjusted to 1\n", __func__, nreaders))
1129 if (WARN_ONCE(nruns <= 0, "%s: nruns = %d, adjusted to 1\n", __func__, nruns))
/linux-master/arch/s390/pci/
H A Dpci_bus.c305 WARN_ONCE(1, "rid_available not set for multifunction\n");
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c39 WARN_ONCE(length > sizeof(buf->val),
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vdi.c47 WARN_ONCE(1, "unsupported product code: 0x%x\n", vpu_dev->product_code);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.h235 WARN_ONCE(1, "SVM eviction fence triggered, but SVM is disabled");
H A Dkfd_events.c636 WARN_ONCE(1, "event_age wrap back!");
1183 WARN_ONCE(1, "Could not get user_gpu_id from dev->id:%x\n", dev->id);
1249 WARN_ONCE(1, "Could not get user_gpu_id from dev->id:%x\n", dev->id);
1295 WARN_ONCE(1, "Could not get user_gpu_id from dev->id:%x\n", dev->id);
/linux-master/include/linux/
H A Dbvec.h145 if (WARN_ONCE(bytes > iter->bi_size,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c730 WARN_ONCE(true, "rtl8192de: ERR txdesc :%d not processed\n",
750 WARN_ONCE(true, "rtl8192de: ERR rxdesc :%d not processed\n",
772 WARN_ONCE(true, "rtl8192de: ERR txdesc :%d not processed\n",
788 WARN_ONCE(true, "rtl8192de: ERR rxdesc :%d not processed\n",
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsf.c206 WARN_ONCE(1, "Invalid state: %d. not sending Smart Fifo cmd\n",
H A Drxmq.c599 if (WARN_ONCE(baid >= IWL_MAX_BAID, "invalid BAID: %x\n", baid))
677 if (WARN_ONCE(len < sizeof(*notif) + sizeof(*internal_notif),
683 if (WARN_ONCE(internal_notif->sync &&
691 WARN_ONCE(len, "invalid empty notification size %d", len);
694 if (WARN_ONCE(len != sizeof(struct iwl_mvm_delba_data),
701 WARN_ONCE(1, "Invalid identifier %d", internal_notif->type);
705 WARN_ONCE(!test_and_clear_bit(queue, &mvm->queue_sync_state),
757 if (WARN_ONCE(IS_ERR_OR_NULL(sta),
1903 WARN_ONCE(1, "Unsupported phy band (%u)\n", phy_band);
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c108 WARN_ONCE(1, "svcrdma: large bc buffer request (size %zu)\n",
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c140 WARN_ONCE(IS_ENABLED(CONFIG_DEBUG_WX),
/linux-master/drivers/power/reset/
H A Datc260x-poweroff.c170 WARN_ONCE(1, "Unable to power off system\n");
/linux-master/mm/
H A Dswap_slots.c246 if (WARN_ONCE(ret < 0, "Cache allocation failed (%s), operating "
/linux-master/kernel/
H A Dvmcore_info.c104 WARN_ONCE(vmcoreinfo_size == VMCOREINFO_BYTES,
H A Dscftorture.c307 if (likely(scfcp) && WARN_ONCE(smp_processor_id() != scfcp->scfc_cpu, "%s: Wanted CPU %d got CPU %d\n", __func__, scfcp->scfc_cpu, smp_processor_id())) {
465 WARN_ONCE(curcpu != scfp->cpu % nr_cpu_ids,
/linux-master/arch/x86/kernel/cpu/
H A Damd.c36 WARN_ONCE((boot_cpu_data.x86 != 0xf),
53 WARN_ONCE((boot_cpu_data.x86 != 0xf),
268 WARN_ONCE(1, "WARNING: This combination of AMD"
480 WARN_ONCE(1, "Family 0x%x, model: 0x%x??\n", c->x86, c->x86_model);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c91 WARN_ONCE(true, "Invalid sc_sa");
371 WARN_ONCE(true, "Invalid sc_sa");
413 WARN_ONCE(true, "Invalid sc_sa");
680 WARN_ONCE(true, "Invalid validation type");
1316 WARN_ONCE(true, "Invalid sc_sa");
1332 WARN_ONCE(true, "Invalid sc_sa");
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.c215 if (WARN_ONCE(q->e[q->end].urb != urb, "RX urb mismatch"))
261 if (WARN_ONCE(q->e[q->start].urb != urb, "TX urb mismatch"))
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c89 WARN_ONCE(1, "unhandled other interrupt instance=0x%x, iir=0x%x\n",
144 WARN_ONCE(1, "unknown interrupt class=0x%x, instance=0x%x, intr=0x%x\n",
/linux-master/arch/s390/kvm/
H A Dintercept.c101 WARN_ONCE(viwhy != 0x44, "kvm: unhandled validity intercept 0x%x\n",
543 WARN_ONCE(1, "Unexpected notification intercept for UVC 0x%x\n",
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c672 WARN_ONCE(true, "%s called for mode = [%x]\n", __func__, port->mode);
769 WARN_ONCE(true, "%s called for mode = [%x]\n", __func__, port->mode);
/linux-master/sound/soc/hisilicon/
H A Dhi6210-i2s.c391 WARN_ONCE(1, "Invalid i2s->fmt CLOCK_PROVIDER_MASK. This shouldn't happen\n");
406 WARN_ONCE(1, "Invalid i2s->fmt FORMAT_MASK. This shouldn't happen\n");
/linux-master/net/hsr/
H A Dhsr_forward.c181 WARN_ONCE(1, "%s:%d: Unexpected frame received (port_src %s)\n",
334 WARN_ONCE(!trailer, "errored PRP skb");
/linux-master/arch/x86/hyperv/
H A Divm.c397 WARN_ONCE(ret, "Failed to emulate MSR write: %lld\n", ret);
410 if (WARN_ONCE(ret, "Failed to emulate MSR read: %lld\n", ret))

Completed in 215 milliseconds

1234567891011>>