函数逻辑报告

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:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:deallocate_threshold_block

函数原型:static void deallocate_threshold_block(unsigned int cpu, unsigned int bank)

返回类型:void

参数:

类型参数名称
unsigned intcpu
unsigned intbank
1378  struct threshold_block * pos = NULL
1379  struct threshold_block * tmp = NULL
1380  head等于per_cpu(threshold_banks, cpu)[bank]
1382  如果非head则返回
1386  删除链表项
1387  递减引用计数对象
1390  递减引用计数对象
调用者
名称描述
threshold_remove_bank