Function report |
Source Code:kernel\livepatch\shadow.c |
Create Date:2022-07-28 10:31:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void klp_shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 | Break |
270 | spin_unlock_irqrestore( & klp_shadow_lock provides exclusive access to the klp_shadow_hash and* the shadow variables it references., flags) |
Name | Describe |
---|---|
shadow_free |
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 |