Searched refs:overflow (Results 176 - 200 of 249) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c970 bool overflow = false; local
979 overflow = true;
981 if (overflow)
983 "htc tx overflow ep %d depth %d max %d\n",
987 if (overflow && ep_cb.tx_full) {
/linux-master/include/linux/spi/
H A Dspi.h16 #include <linux/overflow.h>
/linux-master/lib/
H A Dmemcpy_kunit.c13 #include <linux/overflow.h>
/linux-master/drivers/platform/x86/intel/
H A Dsdsi.c18 #include <linux/overflow.h>
/linux-master/drivers/gpu/drm/xe/
H A DMakefile18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
/linux-master/include/linux/
H A Dslab.h17 #include <linux/overflow.h>
/linux-master/kernel/sched/
H A Ddeadline.c252 SCHED_WARN_ON(dl_rq->running_bw < old); /* overflow */
279 SCHED_WARN_ON(dl_rq->this_bw < old); /* overflow */
990 * remaining runtime and deadline could make the entity to overflow, see
991 * dl_entity_overflow() to find more about runtime overflow. When such case
1005 * constrained deadline tasks when a runtime overflow is detected. In the
1007 * the remaining runtime of the task is reduced to avoid runtime overflow.
1298 * Since delta is a 64 bit variable, to have an overflow its value should be
1299 * larger than 2^(64 - 20 - 8), which is more than 64 seconds. So, overflow is
1400 * We'll let actual RT tasks worry about the overflow here, we
3163 bool overflow local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A DMakefile18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
/linux-master/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c22 #include <linux/overflow.h>
/linux-master/drivers/s390/cio/
H A Dcss.c812 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) argument
817 if (overflow) {
H A Dchsc.c680 CIO_CRW_EVENT(2, "chsc: event overflow\n");
736 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow) argument
740 if (overflow) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c3126 void (*overflow)(void *),
3149 timer->overflow = overflow;
3198 if (timer->overflow)
3273 if (!timer->overflow)
3277 timer->overflow(timer->arg);
/linux-master/fs/jfs/
H A Djfs_dtree.c2728 int overflow, fix_page, page_fixed = 0; local
2887 overflow = fix_page = 0;
2898 overflow = 1;
2922 * setting overflow and setting
2927 overflow = 1;
2979 if (!overflow) {
3013 if (!overflow && (bn == 0)) {
/linux-master/mm/
H A Dvmalloc.c39 #include <linux/overflow.h>
1694 * an "overflow" path is triggered to purge lazily freed
2008 * returned. Therefore trigger the overflow path.
2011 goto overflow;
2042 overflow:
4257 /* Don't allow overflow */
4602 goto overflow;
4608 goto overflow;
4717 overflow:
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c212 bool overflow; member in struct:intel_pt_decoder
1387 if (decoder->overflow) {
1388 decoder->overflow = false;
1858 intel_pt_log("ERROR: Buffer overflow\n");
1867 decoder->overflow = true;
3249 decoder->overflow = false;
3793 decoder->overflow = false;
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c46 stats->overflow = 0;
1702 seq_printf(s, "overflow: %lu\n", dc->stats.overflow);
1707 seq_printf(s, "overflow total: %lu\n", dc->stats.overflow_total);
2561 dev_dbg(dc->dev, "%s(): overflow\n", __func__);
2564 dc->stats.overflow++;
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1378 int overflow; local
1384 overflow = kfifo_avail(&priv->event_fifo) < sizeof(*event)
1391 if (overflow) {
1392 dev_warn(&priv->md->dev, DRV_NAME ": event fifo overflow\n");
/linux-master/drivers/md/
H A Ddm-writecache.c2126 /* Verify the following entries[n_blocks] won't overflow */
2623 overflow:
2630 goto overflow;
2635 goto overflow;
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c255 events->overflow = 1;
290 if (events->overflow) {
291 events->overflow = 0;
/linux-master/arch/x86/events/
H A Dcore.c1521 u64 ctrl, status, overflow, pmc_ctrl, pmc_count, prev_left, fixed; local
1539 rdmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, overflow);
1545 pr_info("CPU#%d: overflow: %016llx\n", cpu, overflow);
1696 * event overflow
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S427 set ovfl_bit, 4 # overflow
434 set aovfl_bit, 6 # accrued overflow bit
455 set ovfl_mask, 0x00001000 # overflow exception mask
462 set aovfl_mask, 0x00000040 # accrued overflow
5471 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5902 #--there is a danger of unwanted overflow in first LOOP iteration. In this
6819 # neither overflow nor underflow. If AdjFlag = 1, that #
6822 # Hence, exp(X) may overflow or underflow or neither. #
6825 # over/underflow. Possible exception in 6.4 is overflow #
6863 # Notes: Exp(X) will surely overflow o
[all...]
/linux-master/drivers/edac/
H A Dpnd2_edac.c1128 bool overflow = m->status & MCI_STATUS_OVER; local
1186 overflow ? " OVERFLOW" : "", (uc_err && recov) ? " recoverable" : "", mscod,
/linux-master/arch/m68k/fpsp040/
H A Dstan.S316 |--there is a danger of unwanted overflow in first LOOP iteration. In this
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S384 cmn r6, r4 @ 32 bit overflow?
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c16 #include <linux/overflow.h>

Completed in 415 milliseconds

12345678910