函数逻辑报告 |
Source Code:include\linux\vmstat.h |
Create Date:2022-07-27 06:44:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:zone_numa_state_snapshot
函数原型:static inline unsigned long zone_numa_state_snapshot(struct zone *zone, enum numa_stat_item item)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct zone * | zone | |
enum numa_stat_item | item |
159 | x等于atomic_long_read( & vm_numa_stat[item]) |
163 | x += ({ |
163 | })->vm_numa_stat_diff[item] |
165 | 返回:x |
名称 | 描述 |
---|---|
sum_zone_numa_state | 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. |
zoneinfo_show_print |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |