函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mce_default_notifier

函数原型:static int mce_default_notifier(struct notifier_block *nb, unsigned long val, void *data)

返回类型:int

参数:

类型参数名称
struct notifier_block *nb
unsigned longval
void *data
622  m等于data
624  如果非m则返回:Don't care
627  如果atomic_read( & num_notifiers)大于We run the default notifier if we have only the SRAO, the first and the* default notifier registered. I.e., the mandatory NUM_DEFAULT_NOTIFIERS* notifiers registered on the chain.则返回:Don't care
630  __print_mce(m)
632  返回:Don't care