/linux/rust/kernel/sync/ |
H A 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
|
H A D | arc.rs | 731 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_init() 740 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_pin_init()
|
/linux/rust/pin-init/src/ |
H A D | alloc.rs | 110 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in try_pin_init() 128 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in try_init() 141 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_init() 150 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_pin_init()
|
/linux/Documentation/admin-guide/ |
H A 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
|
H A 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
|
/linux/Documentation/devicetree/bindings/reserved-memory/ |
H A 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/Documentation/devicetree/bindings/misc/ |
H A D | pvpanic-mmio.txt | 15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
|
/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | apple,smc-reboot.yaml | 26 - description: Counter for system panics
|
/linux/arch/loongarch/ |
H A D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/linux/rust/ |
H A D | build_error.rs | 22 /// Panics if executed in [const context][const-context], or triggers a build error if not.
|
/linux/fs/xfs/ |
H A D | xfs_sysctl.h | 48 * xfs_panic_mask bit 0x8 turns the error reports into panics
|
/linux/fs/btrfs/ |
H A D | Kconfig | 82 and assumptions of code to run properly. This may result in panics,
|
/linux/Documentation/translations/zh_CN/rust/ |
H A D | coding-guidelines.rst | 139 - 虽然这里没有显示,但如果一个函数可能会恐慌,那么必须在 ``# Panics`` 部分描述发
|
/linux/arch/mips/bmips/ |
H A D | setup.c | 117 * RAC flush causes kernel panics on BCM6358 when booting from TP1 in bcm6358_quirks()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hvs.c | 1367 * VC4 panics when < 2 lines in FIFO. in vc4_hvs_hw_init() 1368 * VC5 panics when less than 1 line in the FIFO. in vc4_hvs_hw_init() 1378 * VC4 panics when < 2 lines in FIFO. in vc4_hvs_hw_init() 1379 * VC5 panics when less than 1 line in the FIFO. in vc4_hvs_hw_init()
|
/linux/Documentation/dev-tools/ |
H A 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/arch/xtensa/include/asm/ |
H A D | uaccess.h | 98 * user, and panics.
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 882 If this is set to 1, the kernel panics when out-of-memory happens. 889 If this is set to 2, the kernel panics compulsorily even on the 891 system panics.
|
/linux/drivers/net/ipa/ |
H A D | ipa_smp2p.c | 40 * Finally, if the AP kernel panics, we update the SMP2P state bits even if
|
/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 47 /// ambiguities are detected, they are diagnosed and the script panics.
|
/linux/fs/pstore/ |
H A D | ram.c | 82 "(deprecated: use max_reason instead) set to 1 to dump oopses & panics, 0 to only dump panics");
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 441 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_init() 450 // SAFETY: When init errors/panics, slot will get deallocated but not dropped, in write_pin_init()
|
/linux/Documentation/rust/ |
H A D | coding-guidelines.rst | 167 that happens must be described under a ``# Panics`` section.
|
/linux/include/net/ |
H A D | net_namespace.h | 505 * device which caused kernel oops, and panics during network
|
/linux/Documentation/networking/ |
H A D | netconsole.rst | 34 capture of early kernel panics, it does capture most of the boot
|