Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\vmstat.c Create Date:2022-07-28 14:23:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Output information about zones in @pgdat. All zones are printed regardless* of whether they are populated or not: lowmem_reserve_ratio operates on the* set of all zones and userspace would not be aware of such zones if they are

Proto:static int zoneinfo_show(struct seq_file *m, void *arg)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *arg
1646  pgdat = arg
1647  Walk zones in a node and print using a callback.* If @assert_populated is true, only use callback for zones that are populated.
1648  Return 0