Function report |
Source Code:mm\page-writeback.c |
Create Date:2022-07-28 14:09:26 |
Last Modify:2022-05-23 13:25:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:de_dirty_limit - maximum number of dirty pages allowed in a node*@pgdat: the node* Return: the maximum number of dirty pages allowed in a node, based* on the node's dirtyable memory.
Proto:static unsigned long node_dirty_limit(struct pglist_data *pgdat)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct pglist_data * | pgdat |
480 | tsk = current process |
486 | Else dirty = The generator of dirty data starts writeback at this percentage * node_memory / 100 |
492 | Return dirty |
Name | Describe |
---|---|
node_dirty_ok | de_dirty_ok - tells whether a node is within its dirty limits*@pgdat: the node to check* Return: %true when the dirty pages in @pgdat are within the node's* dirty limit, %false if the limit is exceeded. |
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 |