函数逻辑报告 |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-27 11:43:56 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:void clocksource_start_suspend_timing(struct clocksource *cs, u64 start_cycles)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct clocksource * | cs | |
| u64 | start_cycles |
| 527 | 如果非suspend_clocksource则返回 |
| 535 | 如果clocksource_is_suspend(cs)则 |
| 537 | 返回 |
| 540 | 如果enable且enable(suspend_clocksource)则 |
| 542 | pr_warn_once("Failed to enable the non-suspend-able clocksource.\n") |
| 543 | 返回 |
| 名称 | 描述 |
|---|---|
| timekeeping_suspend |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |