Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:This walks the free areas for each zone.

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

Type:int

Parameter:

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