Function report |
Source Code:kernel\time\itimer.c |
Create Date:2022-07-28 10:49:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_old_itimerval32
Proto:static int put_old_itimerval32(struct old_itimerval32 __user *o, const struct itimerspec64 *i)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct old_itimerval32 __user * | o | |
const struct itimerspec64 * | i |
135 | tv_usec = nanoseconds / NSEC_PER_USEC |
137 | tv_usec = nanoseconds / NSEC_PER_USEC |
138 | Return If copy_to_user(o, & v32, sizeof(structold_itimerval32)) Then -EFAULT Else 0 |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE2 | |
COMPAT_SYSCALL_DEFINE3 |
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 |