函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:41:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:timekeeping_get_ns
函数原型:static inline u64 timekeeping_get_ns(const struct tk_read_base *tkr)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct tk_read_base * | tkr |
374 | delta等于timekeeping_get_delta(tkr) |
375 | 返回:timekeeping_delta_to_ns(tkr, delta) |
名称 | 描述 |
---|---|
ktime_get_real_ts64 | ktime_get_real_ts64 - Returns the time of day in a timespec64.*@ts: pointer to the timespec to be set* Returns the time of day in a timespec64 (WARN if suspended). |
ktime_get | |
ktime_get_with_offset | |
ktime_get_raw | ktime_get_raw - Returns the raw monotonic time in ktime_t format |
ktime_get_ts64 | 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 |
ktime_get_raw_ts64 | ktime_get_raw_ts64 - Returns the raw monotonic time in a timespec*@ts: pointer to the timespec64 to be set* Returns the raw monotonic time (completely un-modified by ntp) |
ktime_get_update_offsets_now | 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: |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |