函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:42:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ktime_get_ts64 - get the monotonic clock in timespec64 format*@ts: pointer to timespec variable* The function calculates the monotonic clock from the realtime* clock and the wall_to_monotonic offset and stores the result
函数原型:void ktime_get_ts64(struct timespec64 *ts)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct timespec64 * | ts |
882 | tk等于timekeeper |
889 | 循环 |
892 | nsec等于timekeeping_get_ns( & tkr_mono) |
893 | tomono等于wall_to_monotonic |
898 | nanoseconds 等于0 |
名称 | 描述 |
---|---|
posix_ktime_get_ts | Get monotonic time for posix timers |
do_clock_gettime | |
udelay_test_show | |
poll_select_set_timeout | poll_select_set_timeout - helper function to setup the timeout value*@to: pointer to timespec64 variable for the final timeout*@sec: seconds (from user space)*@nsec: nanoseconds (from user space)* Note, we do not use a timespec for the user space value |
poll_select_finish | |
ep_set_mstimeout | |
ktime_get_ts | |
select_estimate_accuracy |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |