函数逻辑报告 |
Source Code:kernel\livepatch\shadow.c |
Create Date:2022-07-27 11:31:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:klp_shadow_free() - detach and free a <obj, id> shadow variable*@obj: pointer to parent object*@id: data identifier*@dtor: custom callback that can be used to unregister the variable* and/or free data that the shadow variable points to (optional)* This
函数原型:void klp_shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | obj | |
unsigned long | id | |
klp_shadow_dtor_t | dtor |
258 | spin_lock_irqsave( & klp_shadow_lock provides exclusive access to the klp_shadow_hash and* the shadow variables it references., flags) |
265 | klp_shadow_free_struct(shadow, dtor) |
266 | 退出 |
270 | spin_unlock_irqrestore( & klp_shadow_lock provides exclusive access to the klp_shadow_hash and* the shadow variables it references., flags) |
名称 | 描述 |
---|---|
shadow_free |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |