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:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mce_start_timer

Proto:static void mce_start_timer(struct timer_list *t)

Type:void

Parameter:

TypeParameterName
struct timer_list *t
1864  iv = Periodic polling timer for "silent" machine check errors. If the* poller finds an MCE, poll 2x faster. When the poller finds no more* errors, poll 2x slower (up to check_interval seconds). * HZ
1866  If ignore_ce || Not iv Then Return
1869  this_cpu_write(mce_next_interval, iv)
1870  __start_timer(t, iv)
Caller
NameDescribe
__mcheck_cpu_init_timer
mce_cpu_online