函数逻辑报告 |
Source Code:mm\filemap.c |
Create Date:2022-07-27 15:23:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Delete a page from the page cache and free it. Caller has to make* sure the page is locked and that nobody else uses it - or that usage* is safe. The caller must hold the i_pages lock.
函数原型:void __delete_from_page_cache(struct page *page, void *shadow)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
void * | shadow |
名称 | 描述 |
---|---|
delete_from_page_cache | delete_from_page_cache - delete page from page cache*@page: the page which the kernel is trying to remove from page cache* This must be called only on pages that have been verified to be in the page* cache and locked |
invalidate_complete_page2 | This is like invalidate_complete_page(), except it ignores the page's* refcount |
__remove_mapping | Same as remove_mapping, but if the page is removed from the mapping, it* gets returned with a refcount of 0. |
__split_huge_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |