函数逻辑报告 |
Source Code:mm\page_alloc.c |
Create Date:2022-07-27 16:36:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Determine whether the node should be displayed or not, depending on whether* SHOW_MEM_FILTER_NODES was passed to show_free_areas().
函数原型:static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | flags | |
int | nid | |
nodemask_t * | nodemask |
5173 | 如果非flags按位与disallowed nodes 的值则返回:false |
5181 | 如果非nodemask则nodemask等于cpuset_current_mems_allowed |
名称 | 描述 |
---|---|
show_free_areas | Show free area list (used inside shift_scroll-lock stuff)* We also calculate the percentage fragmentation |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |