Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vmstat_show

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

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *arg
1715  l = arg
1716  off = l - private
1718  seq_puts(m, vmstat_text[off])
1719  seq_put_decimal_ull(m, " ", * l)
1720  seq_putc(m, '\n')
1721  Return 0