Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clocksource_is_suspend

Proto:static bool clocksource_is_suspend(struct clocksource *cs)

Type:bool

Parameter:

TypeParameterName
struct clocksource *cs
465  Return cs == suspend_clocksource
Caller
NameDescribe
clocksource_start_suspend_timinglocksource_start_suspend_timing - Start measuring the suspend timing*@cs: current clocksource from timekeeping*@start_cycles: current cycles from timekeeping* This function will save the start cycle values of suspend timer to calculate
clocksource_stop_suspend_timinglocksource_stop_suspend_timing - Stop measuring the suspend timing*@cs: current clocksource from timekeeping*@cycle_now: current cycles from timekeeping* This function will calculate the suspend time from suspend timer.
clocksource_unbindUnbind clocksource @cs. Called with clocksource_mutex held