Function report |
Source Code:security\keys\request_key.c |
Create Date:2022-07-28 18:23:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:struct key *request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag)
Type:struct key
Parameter:
Type | Parameter | Name |
---|---|---|
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) |
797 | Else |
798 | key = key_ref_to_ptr(key_ref) |
799 | cache_requested_key(key) |
803 | Return key |
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 |