Searched full:panics (Results 1 – 25 of 62) sorted by relevance
123
/linux-6.12.1/rust/kernel/sync/ |
D | locked_by.rs | 17 /// when the caller shows evidence that the 'external' lock is locked. It panics if the evidence 121 /// # Panics 123 /// Panics if `owner` is different from the data protected by the lock used in 153 /// # Panics 155 /// Panics if `owner` is different from the data protected by the lock used in
|
/linux-6.12.1/Documentation/admin-guide/ |
D | ramoops.rst | 12 crashes. It works by logging oopses and panics in a circular buffer. Ramoops 44 ``enum kmsg_dump_reason``. For example, to store both Oopses and Panics, 45 ``max_reason`` should be set to 2 (KMSG_DUMP_OOPS), to store only Panics
|
D | pstore-blk.rst | 147 ``enum kmsg_dump_reason``. For example, to store both Oopses and Panics, 148 ``max_reason`` should be set to 2 (KMSG_DUMP_OOPS), to store only Panics
|
D | tainted-kernels.rst | 21 Tainted flag in bugs, oops or panics messages
|
/linux-6.12.1/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.yaml | 10 ramoops provides persistent RAM storage for oops and panics, so they can be 78 default: 2 # log oopses and panics
|
/linux-6.12.1/Documentation/devicetree/bindings/misc/ |
D | pvpanic-mmio.txt | 15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
|
/linux-6.12.1/arch/loongarch/ |
D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/linux-6.12.1/rust/ |
D | build_error.rs | 22 /// Panics if executed in [const context][const-context], or triggers a build error if not.
|
/linux-6.12.1/fs/btrfs/ |
D | Kconfig | 76 Enable run-time assertion checking. This will result in panics if
|
/linux-6.12.1/fs/xfs/ |
D | xfs_sysctl.h | 53 * xfs_panic_mask bit 0x8 turns the error reports into panics
|
/linux-6.12.1/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 139 - 虽然这里没有显示,但如果一个函数可能会恐慌,那么必须在 ``# Panics`` 部分描述发
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | amu.rst | 71 firmware the user may experience panics or lockups when accessing the
|
/linux-6.12.1/drivers/mtd/ |
D | mtdoops.c | 41 "set to 1 to dump oopses, 0 to only dump panics (default 1)"); 321 /* Panics must be written immediately */ in mtdoops_do_dump()
|
/linux-6.12.1/arch/mips/bmips/ |
D | setup.c | 117 * RAC flush causes kernel panics on BCM6358 when booting from TP1 in bcm6358_quirks()
|
/linux-6.12.1/arch/x86/ |
D | Kconfig.debug | 230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/linux-6.12.1/Documentation/rust/ |
D | coding-guidelines.rst | 155 that happens must be described under a ``# Panics`` section.
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/ |
D | sysrq.rst | 156 控制檯。(比如 ``0`` ,將使得只有緊急信息,像 PANICs or OOPSes
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/ |
D | sysrq.rst | 156 控制台。(比如 ``0`` ,将使得只有紧急信息,像 PANICs or OOPSes
|
/linux-6.12.1/Documentation/dev-tools/ |
D | kasan.rst | 104 When it is enabled, KASAN panics the kernel after printing a bug report. 117 Hardware Tag-Based KASAN, ``kasan.fault=panic_on_write`` always panics on
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | uaccess.h | 98 * user, and panics.
|
/linux-6.12.1/fs/reiserfs/ |
D | tail_conversion.c | 18 * Converts direct items to an unformatted node. Panics if file has no
|
/linux-6.12.1/scripts/ |
D | rustdoc_test_gen.rs | 47 /// ambiguities are detected, they are diagnosed and the script panics.
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_smp2p.c | 40 * Finally, if the AP kernel panics, we update the SMP2P state bits even if
|
/linux-6.12.1/Documentation/admin-guide/sysctl/ |
D | vm.rst | 866 If this is set to 1, the kernel panics when out-of-memory happens. 873 If this is set to 2, the kernel panics compulsorily even on the 875 system panics.
|
/linux-6.12.1/arch/s390/include/asm/ |
D | uv.h | 447 panic("System security cannot be guaranteed unless the system panics now.\n"); in share()
|
123