Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\core.c Create Date:2022-07-28 08:00:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Ensure that the timer is firing in @interval from now.

Proto:void mce_timer_kick(unsigned long interval)

Type:void

Parameter:

TypeParameterName
unsigned longinterval
1456  t = this_cpu_ptr( & mce_timer)
1457  iv = Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(mce_next_interval)
1459  __start_timer(t, interval)
1461  If interval < iv Then __this_cpu_write(mce_next_interval, interval)
Caller
NameDescribe
cmci_storm_detect