函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kgdb_notify

函数原型:static int kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr)

返回类型:int

参数:

类型参数名称
struct notifier_block *self
unsigned longcmd
void *ptr
580  local_irq_save(flags)
581  ret等于__kgdb_notify(ptr, cmd)
582  local_irq_restore(flags)
584  返回:ret