Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clocksource_select_watchdog

Proto:static void clocksource_select_watchdog(bool fallback)

Type:void

Parameter:

TypeParameterName
boolfallback

NULL

Caller
NameDescribe
__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
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