函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mce_gen_pool_process

函数原型:void mce_gen_pool_process(struct work_struct *__unused)

返回类型:void

参数:

类型参数名称
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  如果非head则返回
84  head等于 反转llist链顺序
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, node的长度)