函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcutorture.c Create Date:2022-07-27 11:21:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:static bool shutdown_time_arrived(void)

返回类型:bool

参数:

239  返回:shutdown_secsThese 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)
调用者
名称描述
rcu_torture_fwd_prog_nrCarry out need_resched()/cond_resched() forward-progress testing.
rcu_torture_fwd_prog_crCarry out call_rcu() forward-progress testing.