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

Name:__start_timer

Proto:static void __start_timer(struct timer_list *t, unsigned long interval)

Type:void

Parameter:

TypeParameterName
struct timer_list *t
unsigned longinterval
1408  when = jiffies + interval
1411  local_irq_save(flags)
1413  If Not mer_pending - is a timer pending?*@timer: the timer in question* timer_pending will tell whether a given timer is currently pending,* or not. Callers must ensure serialization wrt. other operations done* to this timer, eg || time_before(when, expires) Then mod_timer(t, round_jiffies(when))
1416  local_irq_restore(flags)
Caller
NameDescribe
mce_timer_fn
mce_timer_kickEnsure that the timer is firing in @interval from now.
mce_start_timer