Searched full:panics (Results 1 – 25 of 65) sorted by relevance
123
/Linux-v6.6/rust/kernel/sync/ |
D | locked_by.rs | 17 /// when the caller shows evidence that the 'external' lock is locked. It panics if the evidence 114 /// # Panics 116 /// Panics if `owner` is different from the data protected by the lock used in 140 /// # Panics 142 /// Panics if `owner` is different from the data protected by the lock used in
|
/Linux-v6.6/rust/alloc/ |
D | raw_vec.rs | 38 /// * Catches all overflows in capacity computations (promotes them to "capacity overflow" panics). 83 /// # Panics 85 /// Panics if the requested capacity exceeds `isize::MAX` bytes. 302 /// # Panics 304 /// Panics if the new capacity exceeds `isize::MAX` bytes. 363 /// # Panics 365 /// Panics if the new capacity exceeds `isize::MAX` bytes. 387 /// # Panics 389 /// Panics if the given amount is *larger* than the current capacity. 559 // ensure that the code generation related to these panics is minimal as there's [all …]
|
/Linux-v6.6/Documentation/admin-guide/ |
D | ramoops.rst | 12 crashes. It works by logging oopses and panics in a circular buffer. Ramoops 42 ``enum kmsg_dump_reason``. For example, to store both Oopses and Panics, 43 ``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
|
/Linux-v6.6/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-v6.6/rust/alloc/vec/ |
D | mod.rs | 447 /// # Panics 449 /// Panics if the new capacity exceeds `isize::MAX` bytes. 692 /// # Panics 694 /// Panics if the new capacity exceeds `isize::MAX` bytes. 1012 /// # Panics 1014 /// Panics if the new capacity exceeds `isize::MAX` bytes. 1042 /// # Panics 1044 /// Panics if the new capacity exceeds `isize::MAX` bytes. 1277 // were to panic once (if it panics twice, the program aborts). in truncate() 1495 /// # Panics [all …]
|
D | drain_filter.rs | 131 // is updated prior and the predicate panics, the element at this in next() 194 // whether we've already panicked or if the consumption here panics. in drop()
|
D | drain.rs | 218 … // ensure elements are moved back into their appropriate places, even when drop_in_place panics in drop()
|
/Linux-v6.6/Documentation/devicetree/bindings/misc/ |
D | pvpanic-mmio.txt | 15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
|
/Linux-v6.6/arch/loongarch/ |
D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/Linux-v6.6/rust/ |
D | build_error.rs | 22 /// Panics if executed in [const context][const-context], or triggers a build error if not.
|
/Linux-v6.6/fs/btrfs/ |
D | Kconfig | 97 Enable run-time assertion checking. This will result in panics if
|
D | messages.c | 287 * alert, and either panics or BUGs, depending on mount options.
|
/Linux-v6.6/fs/xfs/ |
D | xfs_sysctl.h | 53 * xfs_panic_mask bit 0x8 turns the error reports into panics
|
/Linux-v6.6/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 139 - 虽然这里没有显示,但如果一个函数可能会恐慌,那么必须在 ``# Panics`` 部分描述发
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | amu.rst | 71 firmware the user may experience panics or lockups when accessing the
|
/Linux-v6.6/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-v6.6/arch/mips/bmips/ |
D | setup.c | 110 * RAC flush causes kernel panics on BCM6358 when booting from TP1 in bcm6358_quirks()
|
/Linux-v6.6/arch/x86/ |
D | Kconfig.debug | 230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/Linux-v6.6/Documentation/rust/ |
D | coding-guidelines.rst | 155 that happens must be described under a ``# Panics`` section.
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | sysrq.rst | 156 控制台。(比如 ``0`` ,将使得只有紧急信息,像 PANICs or OOPSes
|
/Linux-v6.6/Documentation/dev-tools/ |
D | kasan.rst | 101 When it is enabled, KASAN panics the kernel after printing a bug report. 114 Hardware Tag-Based KASAN, ``kasan.fault=panic_on_write`` always panics on
|
/Linux-v6.6/Documentation/admin-guide/sysctl/ |
D | vm.rst | 812 If this is set to 1, the kernel panics when out-of-memory happens. 819 If this is set to 2, the kernel panics compulsorily even on the 821 system panics.
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | uaccess.h | 98 * user, and panics.
|
/Linux-v6.6/Documentation/networking/ |
D | netconsole.rst | 30 capture of early kernel panics, it does capture most of the boot
|
123