函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:reate dir/files for all valid threshold banks

函数原型:int mce_threshold_create_device(unsigned int cpu)

返回类型:int

参数:

类型参数名称
unsigned intcpu
1459  err等于0
1461  bp等于per_cpu(threshold_banks, cpu)
1462  如果bp则返回:0
1465  bp等于分配数组内存并置零
1467  如果非bp则返回:负ENOMEM
1470  per_cpu(threshold_banks, cpu)等于bp
1472 bank小于per_cpu(mce_num_banks, cpu)循环
1473  如果非per_cpu(bank_map, cpu)按位与1左移bank位的值则继续下一循环
1475  err等于threshold_create_bank(cpu, bank)
1476  如果err则转到:err
1479  返回:err
1480  err :
1481  mce_threshold_remove_device(cpu)
1482  返回:err
调用者
名称描述
threshold_init_device