函数逻辑报告 |
Source Code:fs\mbcache.c |
Create Date:2022-07-29 11:04:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mb_cache_entry_find_first - find the first reusable entry with the given key*@cache: cache where we should search*@key: key to look for* Search in @cache for a reusable entry with key @key. Grabs reference to the
函数原型:struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, unsigned int key)
返回类型:struct mb_cache_entry
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mb_cache * | cache | |
unsigned int | key |
171 | 返回:__entry_find(cache, NULL, key) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |