Function report |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-28 10:42:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__timekeeping_inject_sleeptime - Internal function to add sleep interval*@delta: pointer to a timespec delta value* Takes a timespec offset measuring a suspend interval and properly* adds the sleep offset to the timekeeping variables.
Proto:static void __timekeeping_inject_sleeptime(struct timekeeper *tk, const struct timespec64 *delta)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timekeeper * | tk | |
const struct timespec64 * | delta |
1590 | If Not timespec64_valid_strict(delta) Then |
1591 | printk_deferred(warning conditions "__timekeeping_inject_sleeptime: Invalid sleep delta value!\n") |
1594 | Return |
1596 | tk_xtime_add(tk, delta) |
Name | Describe |
---|---|
timekeeping_resume | mekeeping_resume - Resumes the generic timekeeping subsystem. |
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 |