Searched refs:overflow (Results 201 - 225 of 247) sorted by relevance

12345678910

/linux-master/arch/arm/kernel/
H A Dentry-armv.S580 @ We've just detected an overflow. We need to load the address of this
581 @ CPU's overflow stack into the stack pointer register. We have only one
595 mov sp, ip @ Switch to overflow stack
/linux-master/lib/
H A Dtest_scanf.c12 #include <linux/overflow.h>
/linux-master/drivers/edac/
H A Dsb_edac.c3084 bool overflow = GET_BITFIELD(m->status, 62, 62); local
3154 overflow ? " OVERFLOW" : "",
3173 overflow ? " OVERFLOW" : "",
3223 overflow ? " OVERFLOW" : "",
/linux-master/kernel/
H A Dparams.c14 #include <linux/overflow.h>
/linux-master/drivers/pinctrl/sunplus/
H A Dsppctl.c15 #include <linux/overflow.h>
/linux-master/drivers/spi/
H A Dspi-bcm2835.c32 #include <linux/overflow.h>
/linux-master/drivers/interconnect/
H A Dcore.c19 #include <linux/overflow.h>
/linux-master/arch/x86/kernel/
H A Dsmpboot.c59 #include <linux/overflow.h>
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h404 unsigned long overflow; member in struct:qed_db_recovery_info
/linux-master/drivers/media/rc/
H A Dlirc_dev.c46 /* Receiver overflow, data missing */
47 if (ev.overflow) {
49 * Send lirc overflow message. This message is unknown to
55 dev_dbg(&dev->dev, "delivering overflow to lirc_dev\n");
/linux-master/drivers/iommu/intel/
H A Diommu.h667 * requires more extras, e.g., extra freeze and overflow registers,
682 void __iomem *overflow; /* overflow status register */ member in struct:iommu_pmu
/linux-master/include/linux/
H A Ddevice.h29 #include <linux/overflow.h>
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S221 movew LOCAL_EX(%a0),%d1 |check for overflow
224 bge cu_novfl |take care of overflow case
601 | This code checks for 16-bit overflow conditions on dyadic
758 | an overflow condition.
1841 | Handle catastrophic overflow cases here
H A Dround.S195 bccs scc_clr |no mantissa overflow
/linux-master/arch/m68k/ifpsp060/src/
H A Dftest.S825 # This test will take a non-maskable overflow directly.
827 string "\tNon-maskable overflow..."
876 # This test will take an overflow directly.
878 string "\tEnabled overflow..."
/linux-master/tools/perf/util/
H A Devsel.c2238 static inline bool overflow(const void *endp, u16 max_size, const void *offset, function
2246 if (overflow(endp, (max_size), (offset), (size))) \
2258 * up to PERF_SAMPLE_PERIOD. After that overflow() must be used to
3061 "%s: PMU Hardware doesn't support sampling/overflow-interrupts. Try 'perf stat'",
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c2413 goto overflow;
2507 overflow:
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py650 .srccall {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
H A Dsleepgraph.py2578 ' (buffer overflow), ignoring this callback')
4991 body {overflow-y:scroll;}\n\
5021 .zoombox {position:relative;width:100%;overflow-x:scroll;-webkit-user-select:none;-moz-user-select:none;user-select:none;}\n\
5022 .timeline {position:relative;font-size:14px;cursor:pointer;width:100%; overflow:hidden;background:linear-gradient(#cccccc, white);}\n\
5023 .thread {position:absolute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-align:center;white-space:nowrap;}\n\
5031 .traceevent {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
5033 .phase {position:absolute;overflow:hidden;border:0px;text-align:center;}\n\
5034 .phaselet {float:left;overflow:hidden;border:0px;text-align:center;min-height:100px;font-size:24px;}\n\
/linux-master/drivers/iio/adc/
H A Dxilinx-ams.c22 #include <linux/overflow.h>
H A Dxilinx-xadc-core.c22 #include <linux/overflow.h>
/linux-master/drivers/target/iscsi/
H A Discsi_target.c907 goto overflow;
920 goto overflow;
937 overflow:
938 pr_err("offset %d + length %d overflow; %d/%d; sg-list:\n",
/linux-master/net/ethtool/
H A Dioctl.c1528 bool overflow; local
1537 overflow = !ethtool_convert_link_mode_to_legacy_u32(&eee->supported,
1543 if (overflow)
/linux-master/io_uring/
H A Dio_uring.c784 * If we're in ring overflow flush mode, or in task cancel mode,
785 * or cannot allocate an overflow entry, then we need to drop it
821 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow) argument
830 * Force overflow the completion.
832 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)))
862 * submission (by quite a lot). Increment the overflow count in
1209 * Theoretically, it can overflow, but that's fine as one of
2744 * Don't flush cqring overflow list here, just do a simple check.
3560 p->cq_off.overflow = offsetof(struct io_rings, cq_overflow);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c6 #include <linux/overflow.h>

Completed in 487 milliseconds

12345678910