Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\amd.c Create Date:2022-07-28 08:03:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:deallocate_threshold_block

Proto:static void deallocate_threshold_block(unsigned int cpu, unsigned int bank)

Type:void

Parameter:

TypeParameterName
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  If Not head Then Return
1386  deletes entry from list
1387  kobject_put() - Decrement refcount for object.*@kobj: object.* Decrement the refcount, and if 0, call kobject_cleanup().
1390  kobject_put() - Decrement refcount for object.*@kobj: object.* Decrement the refcount, and if 0, call kobject_cleanup().
Caller
NameDescribe
threshold_remove_bank