函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\hrtimer.c Create Date:2022-07-27 11:40:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:void hrtimers_resume(void)

返回类型:void

参数:

885  lockdep_assert_irqs_disabled()
887  retrigger_next_event(NULL)
889  clock_was_set_delayed()
调用者
名称描述
timekeeping_resumemekeeping_resume - Resumes the generic timekeeping subsystem.