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:locksource_suspend_select - Select the best clocksource for suspend timing*@fallback: if select a fallback clocksource

Proto:static void clocksource_suspend_select(bool fallback)

Type:void

Parameter:

TypeParameterName
boolfallback
499  old_suspend = suspend_clocksource
500  If fallback Then suspend_clocksource = NULL
505  If fallback && cs == old_suspend Then Continue
508  __clocksource_suspend_select(cs)
Caller
NameDescribe
clocksource_change_ratinglocksource_change_rating - Change the rating of a registered clocksource*@cs: clocksource to be changed*@rating: new rating
clocksource_unbindUnbind clocksource @cs. Called with clocksource_mutex held