Home
last modified time | relevance | path

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

123

/Linux-v6.6/rust/kernel/sync/
Dlocked_by.rs17 /// 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/
Draw_vec.rs38 /// * 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/
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
/Linux-v6.6/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.6/rust/alloc/vec/
Dmod.rs447 /// # 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 …]
Ddrain_filter.rs131 // 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()
Ddrain.rs218 … // ensure elements are moved back into their appropriate places, even when drop_in_place panics in drop()
/Linux-v6.6/Documentation/devicetree/bindings/misc/
Dpvpanic-mmio.txt15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
/Linux-v6.6/arch/loongarch/
DKconfig.debug6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
/Linux-v6.6/rust/
Dbuild_error.rs22 /// Panics if executed in [const context][const-context], or triggers a build error if not.
/Linux-v6.6/fs/btrfs/
DKconfig97 Enable run-time assertion checking. This will result in panics if
Dmessages.c287 * alert, and either panics or BUGs, depending on mount options.
/Linux-v6.6/fs/xfs/
Dxfs_sysctl.h53 * xfs_panic_mask bit 0x8 turns the error reports into panics
/Linux-v6.6/Documentation/translations/zh_CN/rust/
Dcoding-guidelines.rst139 - 虽然这里没有显示,但如果一个函数可能会恐慌,那么必须在 ``# Panics`` 部分描述发
/Linux-v6.6/Documentation/arch/arm64/
Damu.rst71 firmware the user may experience panics or lockups when accessing the
/Linux-v6.6/drivers/mtd/
Dmtdoops.c41 "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/
Dsetup.c110 * RAC flush causes kernel panics on BCM6358 when booting from TP1 in bcm6358_quirks()
/Linux-v6.6/arch/x86/
DKconfig.debug230 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
/Linux-v6.6/Documentation/rust/
Dcoding-guidelines.rst155 that happens must be described under a ``# Panics`` section.
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dsysrq.rst156 控制台。(比如 ``0`` ,将使得只有紧急信息,像 PANICs or OOPSes
/Linux-v6.6/Documentation/dev-tools/
Dkasan.rst101 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/
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.6/arch/xtensa/include/asm/
Duaccess.h98 * user, and panics.
/Linux-v6.6/Documentation/networking/
Dnetconsole.rst30 capture of early kernel panics, it does capture most of the boot

123