Function report |
Source Code:kernel\audit_tree.c |
Create Date:2022-07-28 11:30:08 |
Last Modify:2022-05-22 16:43:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_chunk
Proto:static struct audit_chunk *alloc_chunk(int count)
Type:struct audit_chunk
Parameter:
Type | Parameter | Name |
---|---|---|
int | count |
195 | chunk = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
196 | If Not chunk Then Return NULL |
202 | atomic_long_set( & refs, 1) |
207 | Return chunk |
Name | Describe |
---|---|
untag_chunk | |
create_chunk | Call with group->mark_mutex held, releases it |
tag_chunk | he first tagged inode becomes root of tree |
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 |