Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:00:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:page_cache_free_page
Proto:static void page_cache_free_page(struct address_space *mapping, struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
struct page * | page |
251 | page_ref_sub(page, HPAGE_PMD_NR) |
252 | VM_BUG_ON_PAGE(page_count(page) <= 0, page) |
253 | Else |
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 |
delete_from_page_cache_batch |
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 |