Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:During resume we might have to reprogram the high resolution timer* interrupt on all online CPUs. However, all other CPUs will be* stopped with IRQs interrupts disabled so the clock_was_set() call* must be deferred.

Proto:void hrtimers_resume(void)

Type:void

Parameter:Nothing

885  lockdep_assert_irqs_disabled()
887  retrigger_next_event(NULL)
889  clock_was_set_delayed()
Caller
NameDescribe
timekeeping_resumemekeeping_resume - Resumes the generic timekeeping subsystem.