函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:16:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:If a hint addr is less than mmap_min_addr change hint to be as* low as possible but still greater than mmap_min_addr
函数原型:static inline unsigned long round_hint_to_min(unsigned long hint)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | hint |
1308 | 如果((hint != NULL) && (hint < mmap_min_addr))则返回: align the pointer to the (next) page boundary (mmap_min_addr) |
1311 | 返回:hint |
名称 | 描述 |
---|---|
do_mmap | The caller must hold down_write(¤t->mm->mmap_sem). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |