函数逻辑报告 |
Source Code:mm\percpu.c |
Create Date:2022-07-27 15:50:18 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pcpu_region_overlap - determines if two regions overlap*@a: start of first region, inclusive*@b: end of first region, exclusive*@x: start of second region, inclusive*@y: end of second region, exclusive* This is used to determine if the hint region [a, b)
函数原型:static inline bool pcpu_region_overlap(int a, int b, int x, int y)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
int | a | |
int | b | |
int | x | |
int | y |
名称 | 描述 |
---|---|
pcpu_block_update_hint_alloc | pcpu_block_update_hint_alloc - update hint on allocation path*@chunk: chunk of interest*@bit_off: chunk offset*@bits: size of request* Updates metadata for the allocation path. The metadata only has to be |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |