Function report |
Source Code:kernel\time\time.c |
Create Date:2022-07-28 10:38:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__get_old_timespec32
Proto:static int __get_old_timespec32(struct timespec64 *ts64, const struct old_timespec32 __user *cts)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct timespec64 * | ts64 | |
const struct old_timespec32 __user * | cts |
913 | ret = copy_from_user( & ts, cts, size of ts ) |
918 | nanoseconds = tv_nsec |
920 | Return 0 |
Name | Describe |
---|---|
get_old_timespec32 | |
get_old_itimerspec32 |
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 |