Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\locktorture.c Create Date:2022-07-28 09:54:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:torture_lock_busted_write_delay

Proto:static void torture_lock_busted_write_delay(struct torture_random_state *trsp)

Type:void

Parameter:

TypeParameterName
struct torture_random_state *trsp
112  longdelay_ms = 100
115  If Not (torture_random(trsp) % nrealwriters_stress * 2000 * longdelay_ms ) Then mdelay(longdelay_ms)
118  If Not (torture_random(trsp) % nrealwriters_stress * 20000 ) Then