Function report |
Source Code:arch\x86\kernel\dumpstack.c |
Create Date:2022-07-28 07:34:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:oops_end
Proto:void oops_end(unsigned long flags, struct pt_regs *regs, int signr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | flags | |
struct pt_regs * | regs | |
int | signr |
333 | If regs && kexec_should_crash(current process) Then crash_kexec(regs) |
336 | bust_spinlocks(0) |
337 | die_owner = -1 |
339 | die_nest_count-- |
340 | If Not die_nest_count Then arch_spin_unlock( & die_lock) |
344 | oops_exit() |
347 | __show_regs( & exec_summary_regs, SHOW_REGS_ALL) |
349 | If Not signr Then Return |
351 | If in_interrupt() Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
353 | If panic_on_oops Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
Name | Describe |
---|---|
die | This is gone through when something in the kernel has done something bad* and is about to be terminated: |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |