| Function report | 
| Source Code: security\tomoyo\gc.c | Create Date:2022-07-28 19:42:32 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:moyo_struct_used_by_io_buffer - Check whether the list element is used by /sys/kernel/security/tomoyo/ users or not.*@element: Pointer to "struct list_head".* Returns true if @element is used by /sys/kernel/security/tomoyo/ users,* false otherwise.
Proto:static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct list_head * | element | 
| 43 | bool in_use = false | 
| 56 | If in_use Then Break | 
| 60 | Return in_use | 
| Name | Describe | 
|---|---|
| tomoyo_try_to_gc | moyo_try_to_gc - Try to kfree() an entry.*@type: One of values in "enum tomoyo_policy_id".*@element: Pointer to "struct list_head".* Returns nothing.* Caller holds tomoyo_policy_lock mutex. | 
| 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 |