函数逻辑报告 |
Source Code:mm\page-writeback.c |
Create Date:2022-07-27 15:32:53 |
Last Modify:2022-05-23 13:25:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static unsigned long node_dirty_limit(struct pglist_data *pgdat)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pglist_data * | pgdat |
492 | 返回:dirty |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |