Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_hash_slot
Proto:static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr)
Type:struct hlist_head
Parameter:
Type | Parameter | Name |
---|---|---|
struct lru_cache * | lc | |
unsigned int | enr |
245 | Return nr_elements there + enr % number of elements (indices) |
Name | Describe |
---|---|
__lc_find | |
lc_prepare_for_change | |
lc_set | lc_set - associate index with label*@lc: the lru cache to operate on*@enr: the label to set*@index: the element index to associate label with.* Used to initialize the active set to some previously recorded state. |
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 |