Home
last modified time | relevance | path

Searched full:panics (Results 1 – 25 of 57) sorted by relevance

123

/Linux-v6.1/rust/alloc/
Draw_vec.rs39 /// * 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 …]
Dslice.rs535 /// # 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/
Dramoops.rst12 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
Dpstore-blk.rst147 ``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
Dtainted-kernels.rst21 Tainted flag in bugs, oops or panics messages
/Linux-v6.1/rust/alloc/vec/
Dmod.rs442 /// # 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 …]
Ddrain_filter.rs77 // 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()
Ddrain.rs149 … // 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/
Dramoops.yaml10 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/
Dpvpanic-mmio.txt15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
/Linux-v6.1/arch/loongarch/
DKconfig.debug6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
/Linux-v6.1/fs/btrfs/
DKconfig95 Enable run-time assertion checking. This will result in panics if
/Linux-v6.1/fs/xfs/
Dxfs_sysctl.h53 * xfs_panic_mask bit 0x8 turns the error reports into panics
/Linux-v6.1/drivers/mtd/
Dmtdoops.c39 "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/
Damu.rst71 firmware the user may experience panics or lockups when accessing the
/Linux-v6.1/arch/x86/
DKconfig.debug230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
/Linux-v6.1/Documentation/rust/
Dcoding-guidelines.rst155 that happens must be described under a ``# Panics`` section.
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dsysrq.rst156 控制台。(比如 ``0`` ,将使得只有紧急信息,像 PANICs or OOPSes
/Linux-v6.1/arch/xtensa/include/asm/
Duaccess.h98 * user, and panics.
/Linux-v6.1/Documentation/networking/
Dnetconsole.rst28 capture of early kernel panics, it does capture most of the boot
/Linux-v6.1/Documentation/admin-guide/sysctl/
Dvm.rst812 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/
Dtail_conversion.c18 * Converts direct items to an unformatted node. Panics if file has no
/Linux-v6.1/drivers/net/ipa/
Dipa_smp2p.c40 * Finally, if the AP kernel panics, we update the SMP2P state bits even if
/Linux-v6.1/include/net/
Dnet_namespace.h448 * device which caused kernel oops, and panics during network
/Linux-v6.1/Documentation/driver-api/
Dscsi.rst325 not getting blocks mixed up, and panics the kernel if anything out of

123