函数逻辑报告 |
Source Code:mm\filemap.c |
Create Date:2022-07-27 15:24:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__lock_page_killable
函数原型:int __lock_page_killable(struct page *__page)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | __page |
1390 | page等于compound_head(__page) |
1391 | q等于page_waitqueue(page) |
名称 | 描述 |
---|---|
__lock_page_or_retry | Return values:* 1 - page is locked; mmap_sem is still held |
lock_page_maybe_drop_mmap | lock_page_maybe_drop_mmap - lock the page, possibly dropping the mmap_sem*@vmf - the vm_fault for this fault.*@page - the page to lock.*@fpin - the pointer to the file we may pin (or is already pinned). |
lock_page_killable | lock_page_killable is like lock_page but can be interrupted by fatal* signals. It returns 0 if it locked the page and -EINTR if it was* killed while waiting. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |