Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
intnode
enum numa_stat_itemitem
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