Function report |
Source Code:kernel\time\vsyscall.c |
Create Date:2022-07-28 10:52:15 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:update_vsyscall
Proto:void update_vsyscall(struct timekeeper *tk)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct timekeeper * | tk |
| 72 | vdata = __arch_get_k_vdso_data() |
| 85 | nsec = xtime_nsec |
| 90 | nsec = xtime_nsec >> shift |
| 95 | nsec = xtime_nsec >> shift |
| 96 | nsec = nsec + nanoseconds |
| 97 | sec += __iter_div_u64_rem(nsec, NSEC_PER_SEC, & nsec) |
| 109 | If __arch_update_vdso_data() Then update_vdso_data(vdata, tk) |
| 112 | __arch_update_vsyscall(vdata, tk) |
| 114 | vdso_write_end(vdata) |
| 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 |