Function report |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-28 10:41:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tk_normalize_xtime
Proto:static inline void tk_normalize_xtime(struct timekeeper *tk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timekeeper * | tk |
97 | When xtime_nsec >= NSEC_PER_SEC << shift cycle |
98 | xtime_nsec -= NSEC_PER_SEC << shift |
99 | xtime_sec++ |
101 | When xtime_nsec >= NSEC_PER_SEC << shift cycle |
102 | xtime_nsec -= NSEC_PER_SEC << shift |
103 | raw_sec++ |
Name | Describe |
---|---|
tk_xtime_add | |
timekeeping_forward_now | mekeeping_forward_now - update clock to the current time* Forward the current clock to update its state since the last call to* update_wall_time(). This is useful before significant clock changes, |
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 |