Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:RCU torture force-quiescent-state kthread. Repeatedly induces* bursts of calls to force_quiescent_state(), increasing the probability* of occurrence of some important types of race conditions.

Proto:static int rcu_torture_fqs(void *arg)

Type:int

Parameter:

TypeParameterName
void *arg
913  VERBOSE_TOROUT_STRING("rcu_torture_fqs task started")
914  Do
915  fqs_resume_time = jiffies + fqs_stutter * HZ
920  fqs_burst_remaining = fqs_duration
923  fqs()
927  Task stuttering, which forces load/no-load transitions.
928  When Not Is it time for the current torture test to stop? cycle
929  Each kthread must wait for kthread_should_stop() before returning from* its top-level function, otherwise segfaults ensue
930  Return 0