Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.4/tools/perf/tests/
Dbp_signal_overflow.c31 static int overflows; variable
42 overflows++; in sig_handler()
120 count, overflows); in test__bp_signal_overflow()
128 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow()
130 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
Dbp_signal.c35 static int overflows; variable
90 overflows++; in sig_handler()
92 if (overflows > 10) { in sig_handler()
268 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
277 if (overflows != 3) in test__bp_signal()
289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
/Linux-v5.4/drivers/staging/media/omap4iss/
DTODO1 * Fix FIFO/buffer overflows and underflows
/Linux-v5.4/Documentation/process/
Ddeprecated.rst38 allocations could lead to linear overflows of heap memory and other
74 explicitly ignore overflows, which may lead to unexpected results
83 buffer. This could result in linear overflows beyond the
92 will be NUL terminated. This can lead to various linear read overflows
109 linear read overflows if a source string is not NUL-terminated. The
/Linux-v5.4/arch/x86/ras/
DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
/Linux-v5.4/tools/perf/Documentation/
DBuild.txt58 such as buffer overflows and memory leaks.
/Linux-v5.4/Documentation/networking/
Ddefza.txt32 requested explicitly or if the CAM overflows. The promiscuous mode
/Linux-v5.4/Documentation/admin-guide/perf/
Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
/Linux-v5.4/arch/sh/
DKconfig.debug21 bool "Check for stack overflows"
/Linux-v5.4/Documentation/filesystems/
Domfs.txt104 If this table overflows, a continuation inode is written and pointed to by
/Linux-v5.4/Documentation/riscv/
Dpmu.rst145 if the event overflows
149 if the event overflows again
/Linux-v5.4/security/
DKconfig192 bool "Harden common str/mem functions against buffer overflows"
195 Detect overflows of buffers in common string and memory functions
/Linux-v5.4/Documentation/x86/x86_64/
Dboot-options.rst293 Always panic when IOMMU overflows.
326 Always panic when IOMMU overflows
/Linux-v5.4/arch/
DKconfig488 overflows (that need to overwrite this return address) now also
839 - If the stack overflows into a guard page, something reasonable
849 with guard pages. This causes kernel stack overflows to be
904 Catching overflows is the primary security concern for protecting
/Linux-v5.4/Documentation/security/
Dself-protection.rst171 hole at the bottom of the stack to catch these overflows.
191 Similar to counter overflow, integer overflows (usually size calculations)
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst150 been replaced because the tv_sec member overflows in year 2038 on 32-bit
/Linux-v5.4/arch/arm/plat-samsung/
DKconfig56 purposes. This allows any problems where an counter overflows from
/Linux-v5.4/Documentation/vm/
Dnuma.rst127 does contain memory overflows.
/Linux-v5.4/arch/m68k/fpsp040/
Dsrem_mod.S255 scs %d6 | ...set Carry if 2(R) overflows
/Linux-v5.4/Documentation/hid/
Dintel-ish-hid.rst162 - A flow control mechanism to avoid buffer overflows
/Linux-v5.4/Documentation/ioctl/
Dbotching-up-ioctls.rst92 * The ioctl must check for array overflows. Also it needs to check for
/Linux-v5.4/net/netfilter/ipvs/
DKconfig172 currently available and overflows to the next when active
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-pin-error-inj.rst237 This command can be used to test buffer overflows in the receiver. E.g.
/Linux-v5.4/Documentation/input/devices/
Delantech.rst749 w = 1 when delta overflows (> 127 or < -128), in this case
/Linux-v5.4/mm/
Dslab.c4085 unsigned long overflows = cachep->node_overflow; in slabinfo_show_stats() local
4090 node_frees, overflows); in slabinfo_show_stats()

12