函数逻辑报告 |
Source Code:security\keys\gc.c |
Create Date:2022-07-27 19:49:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Reap keys of dead type.* We use three flags to make sure we see three complete cycles of the garbage* collector: the first to mark keys of that type as being dead, the second to* collect dead links and the third to clean up the dead keys. We have to be
函数原型:void key_gc_keytype(struct key_type *ktype)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct key_type * | ktype |
101 | kenter("%s", ame of the type ) |
103 | key_gc_dead_keytype等于ktype |
104 | 设置内存位 |
105 | smp_mb() |
106 | 设置内存位 |
108 | kdebug("schedule") |
111 | kdebug("sleep") |
115 | key_gc_dead_keytype = NULL |
116 | kleave("") |
名称 | 描述 |
---|---|
unregister_key_type | register_key_type - Unregister a type of key.*@ktype: The key type.* Unregister a key type and mark all the extant keys of this type as dead.* Those keys of this type are then destroyed to get rid of their payloads and |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |