Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rcu_torture_boost_failed

Proto:static bool rcu_torture_boost_failed(unsigned long start, unsigned long end)

Type:bool

Parameter:

TypeParameterName
unsigned longstart
unsigned longend
788  If end - start > test_boost_duration * HZ - HZ / 2 Then
789  VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed")
790  n_rcu_torture_boost_failure++
792  Return true
795  Return false
Caller
NameDescribe
rcu_torture_boost