函数逻辑报告 |
Source Code:kernel\watchdog_hld.c |
Create Date:2022-07-27 12:50:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:hardlockup_detector_perf_cleanup - Cleanup disabled events and destroy them* Called from lockup_detector_cleanup(). Serialized by the caller.
函数原型:void hardlockup_detector_perf_cleanup(void)
返回类型:void
参数:无
228 | event等于per_cpu(dead_event, cpu) |
234 | 如果event则Kill an event dead; while event:refcount will preserve the event* object, it will not preserve its functionality. Once the last 'user'* gives up the object, we'll destroy the thing. |
236 | per_cpu(dead_event, cpu) = NULL |
238 | 清空全部CPU信息 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |