函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:41:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Update the ktime_t based scalar nsec members of the timekeeper
函数原型:static inline void tk_update_ktime_data(struct timekeeper *tk)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct timekeeper * | tk |
643 | nsec等于 nanoseconds |
644 | base等于ns_to_ktime(seconds * NSEC_PER_SEC + nsec) |
651 | nsec加等于xtime_nsec右移shift位 |
652 | 如果nsec大于等于NSEC_PER_SEC则seconds自加 |
657 | base等于ns_to_ktime(raw_sec * NSEC_PER_SEC) |
名称 | 描述 |
---|---|
timekeeping_update | must hold timekeeper_lock |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |