Function report |
Source Code:mm\memory-failure.c |
Create Date:2022-07-28 16:18:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Clean and dirty swap cache.* Dirty swap cache page is tricky to handle. The page could live both in page* cache and swap cache(ie. page is freshly swapped in). So it could be* referenced concurrently by 2 types of PTEs:* normal PTEs and swap PTEs
Proto:static int me_swapcache_dirty(struct page *p, unsigned long pfn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | p | |
unsigned long | pfn |
743 | ClearPageDirty(p) |
745 | ClearPageUptodate(p) |
749 | Else Return MF_FAILED |
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 |