Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__clocksource_suspend_select

Proto:static void __clocksource_suspend_select(struct clocksource *cs)

Type:void

Parameter:

TypeParameterName
struct clocksource *cs
473  If Not (flags & CLOCK_SOURCE_SUSPEND_NONSTOP) Then Return
481  If suspend || resume Then
482  pr_warn("Nonstop clocksource %s should not supply suspend/resume interfaces\n", name)
487  If Not suspend_clocksource || rating > rating Then suspend_clocksource = cs
Caller
NameDescribe
clocksource_suspend_selectlocksource_suspend_select - Select the best clocksource for suspend timing*@fallback: if select a fallback clocksource
__clocksource_register_scale__clocksource_register_scale - Used to install new clocksources*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale