Function report |
Source Code:mm\vmscan.c |
Create Date:2022-07-28 14:17:29 |
Last Modify:2022-05-23 13:41:30 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:may_write_to_inode
Proto:static int may_write_to_inode(struct inode *inode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
745 | If flags & Allowed to write to swap Then Return 1 |
747 | If Not inode_write_congested(inode) Then Return 1 |
749 | If inode_to_bdi(inode) == backing_dev_info Then Return 1 |
751 | Return 0 |
Name | Describe |
---|---|
pageout | pageout is called by shrink_page_list() for each dirty page.* Calls ->writepage(). |
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 |