Function report |
Source Code:kernel\watchdog_hld.c |
Create Date:2022-07-28 11:45:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hardlockup_detector_perf_cleanup - Cleanup disabled events and destroy them* Called from lockup_detector_cleanup(). Serialized by the caller.
Proto:void hardlockup_detector_perf_cleanup(void)
Type:void
Parameter:Nothing
228 | event = per_cpu(dead_event, cpu) |
234 | If event Then 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |