Function report |
Source Code:fs\mbcache.c |
Create Date:2022-07-28 20:29:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mb_cache_entry_find_next - find next reusable entry with the same key*@cache: cache where we should search*@entry: entry to start search from* Finds next reusable entry in the hash chain which has the same key as @entry
Proto:struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, struct mb_cache_entry *entry)
Type:struct mb_cache_entry
Parameter:
Type | Parameter | Name |
---|---|---|
struct mb_cache * | cache | |
struct mb_cache_entry * | entry |
188 | Return __entry_find(cache, entry, Key in hash - stable during lifetime of the entry ) |
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 |