| 函数逻辑报告 | 
| Source Code: security\keys\request_key.c | Create Date:2022-07-27 19:58:25 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:quest_key_rcu - Request key from RCU-read-locked context*@type: The type of key we want.*@description: The name of the key we want.*@domain_tag: The domain in which the key operates.* Request a key from a context that we may not sleep in (such as RCU-mode
函数原型:struct key *request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag)
返回类型:struct key
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct key_type * | type | |
| const char * | description | |
| struct key_tag * | domain_tag | 
| 785 | kenter("%s,%s", ame of the type , description) | 
| 787 | key等于check_cached_key( & ctx) | 
| 793 | 如果是错误则 | 
| 797 | 否则 | 
| 798 | key等于key_ref_to_ptr(key_ref) | 
| 799 | cache_requested_key(key) | 
| 803 | 返回:key | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |