Function report |
Source Code:mm\kmemleak.c |
Create Date:2022-07-28 16:21:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:RCU callback to free a kmemleak_object.
Proto:static void free_object_rcu(struct callback_head *rcu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct callback_head * | rcu |
Name | Describe |
---|---|
put_object | Decrement the object use_count. Once the count is 0, free the object using* an RCU callback. Since put_object() may be called via the kmemleak_free() ->* delete_object() path, the delayed RCU freeing ensures that there is no |
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 |