函数逻辑报告

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

函数名称:__clocksource_suspend_select

函数原型:static void __clocksource_suspend_select(struct clocksource *cs)

返回类型:void

参数:

类型参数名称
struct clocksource *cs
473  如果非flags按位与CLOCK_SOURCE_SUSPEND_NONSTOP的值则返回
481  如果suspendresume
482  打印警告信息("Nonstop clocksource %s should not supply suspend/resume interfaces\n", name)
487  如果非suspend_clocksourcerating大于ratingsuspend_clocksource等于cs
调用者
名称描述
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