Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:00:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void __delete_from_page_cache(struct page *page, void *shadow)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
void * | shadow |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |