Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Spawn CPU-stall kthread, if stall_cpu specified.

Proto:static int __init rcu_torture_stall_init(void)

Type:int

Parameter:Nothing

1633  If stall_cpu <= 0 Then Return 0
1635  Return torture_create_kthread(CPU-stall kthread. It waits as specified by stall_cpu_holdoff, then* induces a CPU stall for the time specified by stall_cpu., NULL, stall_task)
Caller
NameDescribe
rcu_torture_init