Function report |
Source Code:security\tomoyo\gc.c |
Create Date:2022-07-28 19:42:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_name_used_by_io_buffer - Check whether the string is used by /sys/kernel/security/tomoyo/ users or not.*@string: String to check.* Returns true if @string is used by /sys/kernel/security/tomoyo/ users,* false otherwise.
Proto:static bool tomoyo_name_used_by_io_buffer(const char *string)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | string |
75 | bool in_use = false |
84 | When i < TOMOYO_MAX_IO_READ_QUEUE cycle |
95 | If in_use Then Break |
99 | 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 |