Function report |
Source Code:kernel\audit_tree.c |
Create Date:2022-07-28 11:30:10 |
Last Modify:2022-05-22 16:43:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:chunk_hash
Proto:static inline struct list_head *chunk_hash(unsigned long key)
Type:struct list_head
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | key |
225 | n = key / L1_CACHE_BYTES |
226 | Return chunk_hash_heads + n % HASH_SIZE |
Name | Describe |
---|---|
insert_hash | hash_lock & mark->group->mark_mutex is held by caller |
audit_tree_lookup | alled under rcu_read_lock |
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 |