函数逻辑报告 |
Source Code:lib\kobject.c |
Create Date:2022-07-27 07:13:35 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:kobj_ns_type_register
函数原型:int kobj_ns_type_register(const struct kobj_ns_type_operations *ops)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| const struct kobj_ns_type_operations * | ops |
| 1019 | 加自旋锁 |
| 1022 | 如果type大于等于KOBJ_NS_TYPES则转到:out |
| 1026 | 如果type小于等于KOBJ_NS_TYPE_NONE则转到:out |
| 1030 | 如果kobj_ns_ops_tbl[type]则转到:out |
| 1033 | error等于0 |
| 1034 | kobj_ns_ops_tbl[type]等于ops |
| 1036 | out : |
| 1037 | 自旋锁解锁 |
| 1038 | 返回:error |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |