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:put_timespec64
Proto:int put_timespec64(const struct timespec64 *ts, struct __kernel_timespec __user *uts)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct timespec64 * | ts | |
struct __kernel_timespec __user * | uts |
898 | struct __kernel_timespec kts = { seconds = seconds , nanoseconds = nanoseconds } |
903 | Return If copy_to_user(uts, & kts, size of kts ) Then -EFAULT Else 0 |
Name | Describe |
---|---|
put_itimerspec64 | |
nanosleep_copyout | |
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE2 |
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 |