Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rcuperf_seq_diff

Proto:static unsigned long rcuperf_seq_diff(unsigned long new, unsigned long old)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longnew
unsigned longold
291  If Not gp_diff Then Return new - old
293  Return gp_diff(new, old)
Caller
NameDescribe
rcu_perf_cleanup