Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Stop aggressive CPU-hog tests a bit before the end of the test in order* to avoid interfering with test shutdown.

Proto:static bool shutdown_time_arrived(void)

Type:bool

Parameter:Nothing

239  Return shutdown_secs && These inlines deal with timer wrapping correctly. You are * strongly encouraged to use them* 1. Because people otherwise forget* 2. Because if the timer wrap changes in future you won't have to* alter your driver code.(jiffies, shutdown_jiffies - 30 * HZ)
Caller
NameDescribe
rcu_torture_fwd_prog_nrCarry out need_resched()/cond_resched() forward-progress testing.
rcu_torture_fwd_prog_crCarry out call_rcu() forward-progress testing.