Lines Matching refs:panic
3 pstore block oops/panic logger
9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a
78 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4.
79 It's optional if you do not care about the oops/panic log.
81 There are multiple chunks for oops/panic front-end depending on the remaining
84 pstore/blk will log to oops/panic chunks one by one, and always overwrite the
93 Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
168 the first line of oops/panic data. For example::
173 Sometimes the number of occurrences of oops|panic since the first booting is
186 files is ``dmesg-pstore-blk-[N]`` for oops/panic front-end,
191 Attentions in panic read/write APIs
194 If on panic, the kernel is not going to run for much longer, the tasks will not
198 The following points require special attention for panic read/write APIs:
202 rather than waiting until the panic.
213 Do I/O map while initializing rather than wait until a panic occurs.
216 a panic occurs, you are safe to stop and reset them.