函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:42:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ktime_get_update_offsets_now - hrtimer helper*@cwsseq: pointer to check and store the clock was set sequence number*@offs_real: pointer to storage for monotonic -> realtime offset*@offs_boot: pointer to storage for monotonic -> boottime offset*@offs_tai:
函数原型:ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, ktime_t *offs_boot, ktime_t *offs_tai)
返回类型:ktime_t
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int * | cwsseq | |
ktime_t * | offs_real | |
ktime_t * | offs_boot | |
ktime_t * | offs_tai |
2216 | tk等于timekeeper |
2221 | 循环 |
2225 | nsecs等于timekeeping_get_ns( & tkr_mono) |
2228 | 如果cwsseq不等于clock_was_set_seq则 |
2229 | cwsseq等于clock_was_set_seq |
2241 | 返回:base |
名称 | 描述 |
---|---|
hrtimer_update_base |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |