Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mce_gen_pool_process

Proto:void mce_gen_pool_process(struct work_struct *__unused)

Type:void

Parameter:

TypeParameterName
struct work_struct *__unused
80  head = llist_del_all - delete all entries from lock-less list*@head: the head of lock-less list to delete all entries* If list is empty, return NULL, otherwise, delete all entries and* return the pointer to the first entry. The order of entries
81  If Not head Then Return
84  head = llist_reverse_order - reverse order of a llist chain*@head: first item of the list to be reversed* Reverse the order of a chain of llist entries and return the* new first entry.
86  mce = mce
87  blocking_notifier_call_chain( & CPU/chipset specific EDAC code can register a notifier call here to print* MCE errors in a human-readable form., 0, mce)
88  gen_pool_free(mce_evt_pool, (unsignedlong)node, size of node )