函数逻辑报告

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

函数名称:__threshold_remove_blocks

函数原型:static void __threshold_remove_blocks(struct threshold_bank *b)

返回类型:void

参数:

类型参数名称
struct threshold_bank *b
1395  struct threshold_block * pos = NULL
1396  struct threshold_block * tmp = NULL
1398  解除对象
1400  list_for_each_entry_safe - iterate over list of given type safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage*@head: the head for your list.(pos, tmp, & * List of threshold blocks * within a bank., miscj)
1401  解除对象
调用者
名称描述
threshold_remove_bank