函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:clocksource_is_suspend
函数原型:static bool clocksource_is_suspend(struct clocksource *cs)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct clocksource * | cs |
465 | 返回:cs恒等于suspend_clocksource |
名称 | 描述 |
---|---|
clocksource_start_suspend_timing | locksource_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_timing | locksource_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_unbind | Unbind clocksource @cs. Called with clocksource_mutex held |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |