Searched full:panics (Results 1 – 25 of 57) sorted by relevance
123
/Linux-v6.1/rust/alloc/ |
D | raw_vec.rs | 39 /// * Catches all overflows in capacity computations (promotes them to "capacity overflow" panics). 84 /// # Panics 86 /// Panics if the requested capacity exceeds `isize::MAX` bytes. 267 /// # Panics 269 /// Panics if the new capacity exceeds `isize::MAX` bytes. 328 /// # Panics 330 /// Panics if the new capacity exceeds `isize::MAX` bytes. 352 /// # Panics 354 /// Panics if the given amount is *larger* than the current capacity. 522 // ensure that the code generation related to these panics is minimal as there's [all …]
|
D | slice.rs | 535 /// # Panics 915 // 1. Protects integrity of `v` from panics in `is_less`. in insert_head() 920 // If `is_less` panics at any point during the process, `hole` will get dropped and in insert_head() 977 // 1. Protects integrity of `v` from panics in `is_less`. in merge() 982 // If `is_less` panics at any point during the process, `hole` will get dropped and fill the in merge() 1109 // `is_less` panics. When merging two sorted runs, this buffer holds a copy of the shorter run, in merge_sort()
|
/Linux-v6.1/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
|
D | tainted-kernels.rst | 21 Tainted flag in bugs, oops or panics messages
|
/Linux-v6.1/rust/alloc/vec/ |
D | mod.rs | 442 /// # Panics 444 /// Panics if the new capacity exceeds `isize::MAX` bytes. 584 /// # Panics 586 /// Panics if the new capacity exceeds `isize::MAX` bytes. 803 /// # Panics 805 /// Panics if the new capacity exceeds `isize::MAX` bytes. 831 /// # Panics 833 /// Panics if the new capacity exceeds `isize::MAX` bytes. 1063 // were to panic once (if it panics twice, the program aborts). in truncate() 1287 /// # Panics [all …]
|
D | drain_filter.rs | 77 // is updated prior and the predicate panics, the element at this in next() 140 // whether we've already panicked or if the consumption here panics. in drop()
|
D | drain.rs | 149 … // ensure elements are moved back into their appropriate places, even when drop_in_place panics in drop()
|
/Linux-v6.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-v6.1/Documentation/devicetree/bindings/misc/ |
D | pvpanic-mmio.txt | 15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
|
/Linux-v6.1/arch/loongarch/ |
D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/Linux-v6.1/fs/btrfs/ |
D | Kconfig | 95 Enable run-time assertion checking. This will result in panics if
|
/Linux-v6.1/fs/xfs/ |
D | xfs_sysctl.h | 53 * xfs_panic_mask bit 0x8 turns the error reports into panics
|
/Linux-v6.1/drivers/mtd/ |
D | mtdoops.c | 39 "set to 1 to dump oopses, 0 to only dump panics (default 1)"); 306 /* Panics must be written immediately */ in mtdoops_do_dump()
|
/Linux-v6.1/Documentation/arm64/ |
D | amu.rst | 71 firmware the user may experience panics or lockups when accessing the
|
/Linux-v6.1/arch/x86/ |
D | Kconfig.debug | 230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
/Linux-v6.1/Documentation/rust/ |
D | coding-guidelines.rst | 155 that happens must be described under a ``# Panics`` section.
|
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/ |
D | sysrq.rst | 156 控制台。(比如 ``0`` ,将使得只有紧急信息,像 PANICs or OOPSes
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | uaccess.h | 98 * user, and panics.
|
/Linux-v6.1/Documentation/networking/ |
D | netconsole.rst | 28 capture of early kernel panics, it does capture most of the boot
|
/Linux-v6.1/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.1/fs/reiserfs/ |
D | tail_conversion.c | 18 * Converts direct items to an unformatted node. Panics if file has no
|
/Linux-v6.1/drivers/net/ipa/ |
D | ipa_smp2p.c | 40 * Finally, if the AP kernel panics, we update the SMP2P state bits even if
|
/Linux-v6.1/include/net/ |
D | net_namespace.h | 448 * device which caused kernel oops, and panics during network
|
/Linux-v6.1/Documentation/driver-api/ |
D | scsi.rst | 325 not getting blocks mixed up, and panics the kernel if anything out of
|
123