Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lockevents_tick_resume - Resume the tick device before using it again*@dev: device to resume

Proto:int clockevents_tick_resume(struct clock_event_device *dev)

Type:int

Parameter:

TypeParameterName
struct clock_event_device *dev
183  ret = 0
185  If tick_resume Then ret = tick_resume(dev)
188  Return ret
Caller
NameDescribe
tick_resume_localk_resume_local - Resume the local tick device* Called from the local CPU for unfreeze or XEN resume magic.* No locks required. Nothing can change the per cpu device.
tick_resume_broadcast