函数逻辑报告 |
Source Code:include\linux\ioport.h |
Create Date:2022-07-27 06:43:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:True iff r1 completely contains r2
函数原型:static inline bool resource_contains(struct resource *r1, struct resource *r2)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct resource * | r1 | |
struct resource * | r2 |
221 | 如果resource_type(r1)不等于resource_type(r2)则返回:false |
223 | 如果flags按位与No address assigned yet 或flags按位与No address assigned yet 则返回:false |
名称 | 描述 |
---|---|
__find_resource | Find empty slot in the resource tree with the given range and* alignment constraints |
reallocate_resource | allocate_resource - allocate a slot in the resource tree given range & alignment |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |