函数逻辑报告 |
Source Code:kernel\livepatch\transition.c |
Create Date:2022-07-27 11:32:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an* existing transition to finish.* NOTE: klp_update_patch_state(task) requires the task to be inactive or* 'current'. This is not the case here and the consistency model could be* broken
函数原型:void klp_force_transition(void)
返回类型:void
参数:无
634 | 打印警告信息("forcing remaining tasks to the patched state\n") |
636 | read_lock( & tasklist_lock) |
639 | read_unlock( & tasklist_lock) |
644 | klp_for_each_patch(patch) |
645 | forced = true |
名称 | 描述 |
---|---|
force_store |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |