函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\clocksource.c Create Date:2022-07-27 11:43:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:locksource_suspend_select - Select the best clocksource for suspend timing*@fallback: if select a fallback clocksource

函数原型:static void clocksource_suspend_select(bool fallback)

返回类型:void

参数:

类型参数名称
boolfallback
499  old_suspend等于suspend_clocksource
500  如果fallbacksuspend_clocksource = NULL
505  如果fallbackcs恒等于old_suspend则继续下一循环
508  __clocksource_suspend_select(cs)
调用者
名称描述
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