Function report |
Source Code:mm\vmstat.c |
Create Date:2022-07-28 14:22:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:unsigned long sum_zone_numa_state(int node, enum numa_stat_item item)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
int | node | |
enum numa_stat_item | item |
979 | zones = node_zones |
981 | count = 0 |
983 | When i < MAX_NR_ZONES cycle count += zone_numa_state_snapshot(zones + i, item) |
986 | Return count |
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 |