Function report |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-28 10:42:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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:
Proto:ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, ktime_t *offs_boot, ktime_t *offs_tai)
Type:ktime_t
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int * | cwsseq | |
ktime_t * | offs_real | |
ktime_t * | offs_boot | |
ktime_t * | offs_tai |
2216 | tk = timekeeper |
2221 | Do |
2225 | nsecs = timekeeping_get_ns( & tkr_mono) |
2228 | If cwsseq != clock_was_set_seq Then |
2229 | cwsseq = clock_was_set_seq |
2241 | Return base |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |