函数逻辑报告 |
Source Code:mm\vmstat.c |
Create Date:2022-07-27 15:47:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Determine the per node value of a numa stat item. To avoid deviation,* the per cpu stat number in vm_numa_stat_diff[] is also included.
函数原型:unsigned long sum_zone_numa_state(int node, enum numa_stat_item item)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
int | node | |
enum numa_stat_item | item |
979 | zones等于包含了结点中各内存域的数据结构 |
981 | count等于0 |
983 | 以i小于MAX_NR_ZONES循环count加等于zone_numa_state_snapshot(zones + i, item) |
986 | 返回:count |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |