Function report |
Source Code:mm\internal.h |
Create Date:2022-07-28 06:11:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Submit IO for the read-ahead request in file_ra_state.
Proto:static inline unsigned long ra_submit(struct file_ra_state *ra, struct address_space *mapping, struct file *filp)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_ra_state * | ra | |
struct address_space * | mapping | |
struct file * | filp |
Name | Describe |
---|---|
do_sync_mmap_readahead | Synchronous readahead happens when we don't even find a page in the page* cache at all. We don't want to perform IO under the mmap sem, so if we have* to drop the mmap sem we return the file that was pinned in order for us to do* that |
ondemand_readahead | A minimal readahead algorithm for trivial sequential/random reads. |
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 |