Function report |
Source Code:kernel\time\time.c |
Create Date:2022-07-28 10:38:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_normalized_timespec - set timespec sec and nsec parts and normalize*@ts: pointer to timespec variable to be set*@sec: seconds to set*@nsec: nanoseconds to set* Set seconds and nanoseconds field of a timespec variable and* normalize to the timespec
Proto:void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timespec64 * | ts | |
time64_t | sec | |
s64 | nsec |
523 | When nsec >= NSEC_PER_SEC cycle |
539 | nanoseconds = nsec |
Name | Describe |
---|---|
timespec64_add_safe | Add two timespec64 values and do a safety check for overflow.* It's assumed that both values are valid (>= 0).* And, each timespec64 is in normalized form. |
tk_set_wall_to_mono | |
ktime_get_coarse_ts64 |
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 |