Searched refs:WARN_ONCE (Results 76 - 100 of 658) sorted by last modified time

1234567891011>>

/linux-master/mm/
H A Dswap_slots.c246 if (WARN_ONCE(ret < 0, "Cache allocation failed (%s), operating "
H A Dslub.c4476 if (WARN_ONCE(!slab, "%s: Object is not a Slab page!\n", __func__))
H A Dmemremap.c153 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n");
178 if (WARN_ONCE(pgmap_altmap(pgmap) && range_id > 0,
200 WARN_ONCE(1, "attempted on %s region %#llx-%#llx\n",
302 if (WARN_ONCE(!nr_range, "nr_range must be specified\n"))
H A Dmemory-failure.c1302 WARN_ONCE(1, "Memory failure: pfn=%#lx, invalid nid=%d", pfn, nid);
1321 WARN_ONCE(1, "Memory failure: mf_result=%d is not properly handled", result);
H A Dmemcontrol.c673 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
696 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
925 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
966 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
979 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
998 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
1114 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, idx))
1127 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, event))
1137 if (WARN_ONCE(i < 0, "%s: missing stat item %d\n", __func__, event))
1614 if (WARN_ONCE(siz
[all...]
H A Dksm.c1302 if (WARN_ONCE(!pvmw.pte, "Unexpected PMD mapping?"))
H A Dhuge_memory.c1860 WARN_ONCE(1, "Non present huge pmd without pmd migration enabled!");
/linux-master/kernel/
H A Dvmcore_info.c104 WARN_ONCE(vmcoreinfo_size == VMCOREINFO_BYTES,
H A Dkprobes.c1080 if (WARN_ONCE(ret < 0, "Failed to arm kprobe-ftrace at %pS (error %d)\n", p->addr, ret))
1126 WARN_ONCE(ret < 0, "Failed to disarm kprobe-ftrace at %pS (error %d)\n",
/linux-master/kernel/trace/
H A Dtrace_uprobe.c1394 if (WARN_ONCE(size > PERF_MAX_TRACE_SIZE, "profile buffer not large enough"))
H A Dtrace.c1516 WARN_ONCE(1, "Snapshot feature not enabled, but internal snapshot used");
1521 WARN_ONCE(1, "Snapshot feature not enabled, but internal conditional snapshot used");
1526 WARN_ONCE(1, "Snapshot feature not enabled, but snapshot allocation used");
3763 if (WARN_ONCE(!trace_safe_str(iter, str, star, len),
6595 WARN_ONCE(iter->seq.full, "full flag set for trace type %d",
/linux-master/kernel/time/
H A Dtimer.c1798 WARN_ONCE(1, "timer: %pS preempt leak: %08x -> %08x\n",
/linux-master/kernel/events/
H A Dcore.c9240 WARN_ONCE(1, "%s: Invalid KSYMBOL type 0x%x\n", __func__, ksym_type);
11540 if (WARN_ONCE(!name, "Can not register anonymous pmu.\n")) {
/linux-master/include/linux/
H A Dtrace_recursion.h144 WARN_ONCE(true, "RCU not on for: %pS\n", (void *)ip); \
H A Dskbuff.h2634 if (WARN_ONCE(!skb->len, "%s\n", __func__))
H A Dfortify-string.h24 # define fortify_warn_once(x...) WARN_ONCE(x)
H A Dalloc_tag.h120 WARN_ONCE(ref && ref->ct,
124 WARN_ONCE(!tag, "current->alloc_tag not set");
129 WARN_ONCE(ref && !ref->ct, "alloc_tag was not set\n");
/linux-master/fs/proc/
H A Dinode.c169 WARN_ONCE(1, "bad hide_pid value: %d\n", v);
/linux-master/fs/nfsd/
H A Dvfs.c110 WARN_ONCE(1, "nfsd: non-standard errno: %d\n", errno);
/linux-master/fs/ext4/
H A Dxattr.c1053 WARN_ONCE(ref_count <= 0, "EA inode %lu ref_count=%lld",
1057 WARN_ONCE(ea_inode->i_nlink, "EA inode %lu i_nlink=%u",
1064 WARN_ONCE(ref_count < 0, "EA inode %lu ref_count=%lld",
1068 WARN_ONCE(ea_inode->i_nlink != 1,
H A Dpage-io.c328 if (WARN_ONCE(!io_end, "io_end is NULL: %pg: sector %Lu len %u err %d\n",
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c806 if (WARN_ONCE(iommu->vaddr_invalid_count,
3113 if (WARN_ONCE(iommu->vaddr_invalid_count,
/linux-master/drivers/of/
H A Dproperty.c582 WARN_ONCE(!port_node, "%s(): endpoint %pOF has no parent node\n",
664 if (WARN_ONCE(!port, "%s(): endpoint %pOF has no parent node\n",
/linux-master/drivers/net/bonding/
H A Dbond_main.c5317 WARN_ONCE(true, "Unknown bonding mode");
/linux-master/drivers/iommu/
H A Diommu.c2010 if (WARN_ONCE(*ops && *ops != dev_iommu_ops(dev),

Completed in 474 milliseconds

1234567891011>>