函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kexec_core.c Create Date:2022-07-27 12:03:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kexec_should_crash

函数原型:int kexec_should_crash(struct task_struct *p)

返回类型:int

参数:

类型参数名称
struct task_struct *p
80  如果crash_kexec_post_notifiers则返回:0
86  如果in_interrupt()或非进程ID检查进程已初始化panic_on_oops则返回:1
88  返回:0
调用者
名称描述
oops_end