/Linux-v4.19/tools/perf/tests/ |
D | bp_signal_overflow.c | 30 static int overflows; variable 41 overflows++; in sig_handler() 119 count, overflows); in test__bp_signal_overflow() 127 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow() 129 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
|
D | bp_signal.c | 34 static int overflows; variable 89 overflows++; in sig_handler() 91 if (overflows > 10) { in sig_handler() 267 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 276 if (overflows != 3) in test__bp_signal() 288 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | TODO | 1 * Fix FIFO/buffer overflows and underflows
|
/Linux-v4.19/arch/x86/ras/ |
D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
/Linux-v4.19/include/linux/ |
D | isdn_ppp.h | 102 unsigned long overflows; member
|
/Linux-v4.19/arch/sh/ |
D | Kconfig.debug | 21 bool "Check for stack overflows"
|
/Linux-v4.19/Documentation/filesystems/ |
D | omfs.txt | 104 If this table overflows, a continuation inode is written and pointed to by
|
/Linux-v4.19/Documentation/riscv/ |
D | pmu.txt | 143 if the event overflows 147 if the event overflows again
|
/Linux-v4.19/security/ |
D | Kconfig | 192 bool "Harden common str/mem functions against buffer overflows" 195 Detect overflows of buffers in common string and memory functions
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 241 panic Always panic when IOMMU overflows. 257 panic Always panic when IOMMU overflows
|
/Linux-v4.19/arch/ |
D | Kconfig | 441 overflows (that need to overwrite this return address) now also 770 - If the stack overflows into a guard page, something reasonable 780 with guard pages. This causes kernel stack overflows to be 835 Catching overflows is the primary security concern for protecting
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 146 been replaced because the tv_sec member overflows in year 2038 on 32-bit
|
/Linux-v4.19/Documentation/security/ |
D | self-protection.rst | 171 hole at the bottom of the stack to catch these overflows. 191 Similar to counter overflow, integer overflows (usually size calculations)
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | Kconfig | 56 purposes. This allows any problems where an counter overflows from
|
/Linux-v4.19/Documentation/vm/ |
D | numa.rst | 127 does contain memory overflows.
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | srem_mod.S | 255 scs %d6 | ...set Carry if 2(R) overflows
|
/Linux-v4.19/Documentation/hid/ |
D | intel-ish-hid.txt | 147 - A flow control mechanism to avoid buffer overflows
|
/Linux-v4.19/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 91 * The ioctl must check for array overflows. Also it needs to check for
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | Kconfig | 170 currently available and overflows to the next when active
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-pin-error-inj.rst | 228 This command can be used to test buffer overflows in the receiver. E.g.
|
/Linux-v4.19/Documentation/input/devices/ |
D | elantech.rst | 749 w = 1 when delta overflows (> 127 or < -128), in this case
|
/Linux-v4.19/mm/ |
D | slab.c | 4142 unsigned long overflows = cachep->node_overflow; in slabinfo_show_stats() local 4147 node_frees, overflows); in slabinfo_show_stats()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 387 Capture machine state (registers) at interrupt, i.e., on counter overflows for
|
/Linux-v4.19/Documentation/ |
D | xillybus.txt | 277 control mechanisms exist on both sides to prevent underflows and overflows.
|
/Linux-v4.19/Documentation/networking/ |
D | scaling.txt | 88 receive queue overflows due to a saturated CPU, because in default
|