函数逻辑报告 | 
Source Code:kernel\time\timekeeping.c | 
Create Date:2022-07-27 11:42:03 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:ktime_get_snapshot - snapshots the realtime/monotonic raw clocks with counter*@systime_snapshot: pointer to struct receiving the system time snapshot
函数原型:void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct system_time_snapshot * | systime_snapshot | 
| 969 | tk等于timekeeper | 
| 979 | 循环 | 
| 987 | nsec_real等于timekeeping_cycles_to_ns( & tkr_mono, now) | 
| 988 | nsec_raw等于timekeeping_cycles_to_ns( & tkr_raw, now) | 
| 992 | real等于Add a ktime_t variable and a scalar nanosecond value.* res = kt + nsval:(base_real, nsec_real) | 
| 993 | raw等于Add a ktime_t variable and a scalar nanosecond value.* res = kt + nsval:(base_raw, nsec_raw) | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |