Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Send along grace-period-related data for rcutorture diagnostics.

Proto:void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, unsigned long *gp_seq)

Type:void

Parameter:

TypeParameterName
enum rcutorture_typetest_type
int *flags
unsigned long *gp_seq
548  Case test_type == RCU_FLAVOR
549  flags = READ_ONCE(Commands for GP task. )
550  gp_seq = Return the current value the update side's sequence number, no ordering.
551  Break
552  Default
553  Break
Caller
NameDescribe
rcu_torture_cleanup
rcu_torture_stats_printPrint torture statistics