函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:clocksource_is_suspend

函数原型:static bool clocksource_is_suspend(struct clocksource *cs)

返回类型:bool

参数:

类型参数名称
struct clocksource *cs
465  返回:cs恒等于suspend_clocksource
调用者
名称描述
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