Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:49 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_is_used - find element by label*@lc: The lru_cache object*@enr: element number* Returns true, if the element with the requested "label" or element number is* present in the hash table, and is used (refcnt > 0)
Proto:bool lc_is_used(struct lru_cache *lc, unsigned int enr)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct lru_cache * | lc | |
| unsigned int | enr |
| 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 |