Searched refs:overflow (Results 26 - 50 of 249) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.h71 u32 overflow; member in struct:intel_guc_log::__anon287
/linux-master/include/drm/
H A Ddrm_managed.h7 #include <linux/overflow.h>
/linux-master/arch/m68k/fpsp040/
H A Dscosh.S34 | However, invoking exp(|X|) may cause premature overflow.
42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
43 | Huge*Huge to generate overflow and an infinity with
H A Dssinh.S34 | However, invoking exp(|X|) may cause premature overflow.
43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
44 | sign(X)*Huge*Huge to generate overflow and an infinity with
/linux-master/sound/core/seq/
H A Dseq_fifo.c40 atomic_set(&f->overflow, 0);
87 /* clear overflow flag */
88 atomic_set(&f->overflow, 0);
113 atomic_inc(&f->overflow);
246 /* NOTE: overflow flag is not cleared */
/linux-master/drivers/net/ppp/
H A Dppp_deflate.c415 int decode_proto, overflow; local
453 overflow = 0;
477 } else if (!overflow) {
485 overflow = 1;
501 olen = osize + overflow - state->strm.avail_out;
/linux-master/fs/befs/
H A Dbtree.c58 * it states that the overflow field of node headers is used by internal nodes
63 * greater than the last key in the internal node go into the overflow node.
69 * overflow nodes and leafnodes do not.
216 node->head.overflow = fs64_to_cpu(sb, node->od_node->overflow);
281 /* if no key set, try the overflow node */
283 node_off = this_node->head.overflow;
568 this_node->head.overflow);
569 *node_off = this_node->head.overflow;
601 /* all interior nodes (and only interior nodes) have an overflow nod
[all...]
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c138 return ioam6h->overflow ||
145 return !ioam6h->overflow ||
167 return ioam6h->overflow ||
177 return ioam6h->overflow ||
183 return ioam6h->overflow ||
190 return ioam6h->overflow ||
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c187 crc->overflow = false;
413 bool was_overflow = crc->overflow;
415 crc->overflow = true;
/linux-master/arch/x86/kernel/
H A Dmodule.c125 goto overflow;
130 goto overflow;
166 overflow:
167 pr_err("overflow in relocation type %d val %Lx\n",
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c414 u8 overflow, tmp; local
420 overflow = in_8(PCCTOVR1) >> 4;
421 if (overflow != tmp)
423 ticks += overflow * PCC_TIMER_CYCLES;
/linux-master/drivers/net/dsa/realtek/
H A Drealtek-mdio.c24 #include <linux/overflow.h>
/linux-master/tools/virtio/
H A DMakefile18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(call cc-option,-mindirect-branch-register)
/linux-master/drivers/perf/
H A Driscv_pmu.c209 int overflow = 0; local
216 overflow = 1;
223 overflow = 1;
239 return overflow;
/linux-master/scripts/
H A DMakefile.extrawarn102 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
106 # Clang checks for overflow/truncation with '%p', while GCC does not:
108 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow-non-kprintf)
H A Dkallsyms.c515 int overflow; local
519 overflow = (offset < 0 || offset > UINT_MAX);
522 overflow = (offset < 0 || offset > INT_MAX);
525 overflow = (offset < INT_MIN || offset >= 0);
527 if (overflow) {
/linux-master/include/media/
H A Drc-core.h301 unsigned overflow:1; member in struct:ir_raw_event
326 ir_raw_event_store(dev, &((struct ir_raw_event) { .overflow = true }));
/linux-master/drivers/clocksource/
H A Dtimer-pistachio.c71 __maybe_unused u32 overflow; local
76 * The counter value is only refreshed after the overflow value is read.
81 overflow = gpt_readl(pcs->base, TIMER_CURRENT_OVERFLOW_VALUE, 0);
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c309 u32 overflow)
333 while (overflow) {
335 tegra_cbb_print_err(file, "\t Wrong type index:%u, overflow:%u\n",
336 type, overflow);
340 if (overflow & 0x1)
344 overflow >>= 1;
450 u32 overflow, status, error; local
463 overflow = readl(cbb->mon + FABRIC_MN_MASTER_ERR_OVERFLOW_STATUS_0);
465 tegra234_cbb_print_error(file, cbb, status, overflow);
308 tegra234_cbb_print_error(struct seq_file *file, struct tegra234_cbb *cbb, u32 status, u32 overflow) argument
/linux-master/include/linux/
H A Doverflow.h24 * overflow checkers only almost work for _Bool, but that's
51 static inline bool __must_check __must_check_overflow(bool overflow) argument
53 return unlikely(overflow);
57 * check_add_overflow() - Calculate addition with overflow checking
103 * check_sub_overflow() - Calculate subtraction with overflow checking
149 * check_mul_overflow() - Calculate multiplication with overflow checking
179 * check_shl_overflow() - Calculate a left-shifted value and check overflow
234 * Returns: true if overflow can occur, false otherwise.
248 * first argument. If this value would not overflow into an assignment
263 * with any overflow causin
[all...]
/linux-master/fs/
H A Dseq_file.c697 goto overflow;
710 goto overflow;
714 goto overflow;
719 overflow:
781 goto overflow;
791 goto overflow;
805 goto overflow;
810 overflow:
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile72 VDSO_CFLAGS += -fno-strict-overflow
84 VDSO_CFLAGS += $(call cc32-disable-warning,shift-count-overflow)
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c133 u64 overflow; member in struct:loongarch_pmu
326 local64_set(&hwc->prev_count, loongarch_pmu.overflow - left);
328 loongarch_pmu.write_counter(idx, loongarch_pmu.overflow - left);
511 if (counter & loongarch_pmu.overflow) {
860 loongarch_pmu.overflow = 1ULL << 63;
/linux-master/fs/udf/
H A Dballoc.c138 unsigned long overflow; local
155 overflow = 0;
163 overflow = bit + count - (sb->s_blocksize << 3);
164 count -= overflow;
180 if (overflow) {
182 count = overflow;
184 } while (overflow);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c307 int tx_resources, overflow, txqueue_depth, i, good_pkts; local
334 overflow = get_queue_depth(txq);
336 /* get how much we will overflow by */
337 overflow = txqueue_depth;
338 overflow += get_queue_depth(txq);
339 /* get how much we will overflow the TX queue by */
340 overflow -= ep->max_txq_depth;
343 /* if overflow is negative or zero, we are okay */
344 if (overflow > 0) {
346 "%s: Endpoint %d, TX queue will overflow
[all...]

Completed in 268 milliseconds

12345678910