Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:02:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Asynchronous readahead happens when we find the page and PG_readahead,* so we want to possibly extend the readahead further. We return the file that* was pinned if we have to drop the mmap_sem in order to do IO.
Proto:static struct file *do_async_mmap_readahead(struct vm_fault *vmf, struct page *page)
Type:struct file
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_fault * | vmf | |
struct page * | page |
2441 | If Flags, see mm.h. & App will not benefit from clustered reads Then Return fpin |
2443 | If Cache miss stat for mmap accesses > 0 Then Cache miss stat for mmap accesses -- |
2445 | If PageReadahead(page) Then |
2446 | fpin = maybe_unlock_mmap_for_io(vmf, fpin) |
2450 | Return fpin |
Name | Describe |
---|---|
filemap_fault | lemap_fault - read in file data for page fault handling*@vmf: struct vm_fault containing details of the fault* filemap_fault() is invoked via the vma operations vector for a* mapped memory region to read in file data during a page fault |
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 |