Function report |
Source Code:include\linux\ktime.h |
Create Date:2022-07-28 05:35:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ktime_divns
Proto:static inline s64 ktime_divns(const ktime_t kt, s64 div)
Type:s64
Parameter:
Type | Parameter | Name |
---|---|---|
const ktime_t | kt | |
s64 | div |
154 | If __builtin_constant_p(div) && Not (div >> 32) Then |
160 | Else |
161 | Return Divide a ktime value by a nanosecond value |
Name | Describe |
---|---|
swsusp_show_speed | swsusp_show_speed - Print time elapsed between two events during hibernation.*@start: Starting event.*@stop: Final event.*@nr_pages: Number of memory pages processed between @start and @stop.*@msg: Additional diagnostic message to print. |
hrtimer_forward | hrtimer_forward - forward the timer expiry*@timer: hrtimer to forward*@now: forward past this time*@interval: the interval to forward* Forward the timer expiry so it will expire in the future.* Returns the number of overruns. |
alarm_forward | |
ktime_to_us | |
ktime_to_ms | |
ktime_get_boottime_seconds | |
ktime_get_clocktai_seconds |
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 |