函数逻辑报告 |
Source Code:include\linux\page_ref.h |
Create Date:2022-07-27 06:43:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:page_ref_add_unless
函数原型:static inline int page_ref_add_unless(struct page *page, int nr, int u)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
int | nr | |
int | u |
159 | 如果page_ref_tracepoint_active(__tracepoint_page_ref_mod_unless)则__page_ref_mod_unless(page, nr, ret) |
161 | 返回:ret |
名称 | 描述 |
---|---|
get_page_unless_zero | Try to grab a ref unless the page has a refcount of zero, return false if* that is the case.* This can be called when MMU is off so it must not access* any of the virtual mappings. |
__page_cache_add_speculative | speculatively take a reference to a page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |