Function report |
Source Code:kernel\time\time.c |
Create Date:2022-07-28 10:38:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:jiffies_to_timeval
Proto:void jiffies_to_timeval(const unsigned long jiffies, struct timeval *value)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long | jiffies | |
struct timeval * | value |
703 | seconds = div_u64_rem((u64)jiffies * TICK_NSEC is the time between ticks in nsec assuming SHIFTED_HZ , NSEC_PER_SEC, & rem) |
705 | microseconds = rem / NSEC_PER_USEC |
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 |